0
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:
Valentin Popov 2020-02-20 16:55:33 +04:00
parent 87dd9689d2
commit 187b13ceb4
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3

14
dist/index.d.ts vendored
View File

@ -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;
}