From 187b13ceb47e8c026b64dccd7188788cd9af2008 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 20 Feb 2020 16:55:33 +0400 Subject: Module declaration Signed-off-by: Valentin Popov --- dist/index.d.ts | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'dist/index.d.ts') diff --git a/dist/index.d.ts b/dist/index.d.ts index 735129e..4d2aad7 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -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; +} -- cgit v1.2.3