mirror of
https://github.com/valentineus/webos-service-types.git
synced 2025-07-01 08:30:26 +03:00
14
dist/index.d.ts
vendored
14
dist/index.d.ts
vendored
@ -1,5 +1,17 @@
|
||||
import { ActivityManager } from "./activity-manager";
|
||||
import { Message } from "./message";
|
||||
import { Method } from "./method";
|
||||
import { Service } from "./service";
|
||||
import { Subscription } from "./subscription";
|
||||
|
||||
declare module "webos-service" {
|
||||
export = Service;
|
||||
export default Service;
|
||||
}
|
||||
|
||||
export {
|
||||
ActivityManager,
|
||||
Message,
|
||||
Method,
|
||||
Service,
|
||||
Subscription,
|
||||
};
|
||||
|
Reference in New Issue
Block a user