mirror of
https://github.com/valentineus/webos-service-types.git
synced 2025-06-05 05:13:34 +03:00
Module declaration
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
87dd9689d2
commit
187b13ceb4
14
dist/index.d.ts
vendored
14
dist/index.d.ts
vendored
@ -1,13 +1,5 @@
|
||||
import { ActivityManager } from "./activity-manager";
|
||||
import { Message } from "./message";
|
||||
import { Method } from "./method";
|
||||
import { Service } from "./service";
|
||||
import { Subscription } from "./subscription";
|
||||
|
||||
export {
|
||||
ActivityManager,
|
||||
Message,
|
||||
Method,
|
||||
Service,
|
||||
Subscription,
|
||||
};
|
||||
declare module "webos-service" {
|
||||
export = Service;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user