From 788eb26dce9c13c15d58596064a4daf28978d327 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 20 Feb 2020 17:23:37 +0400 Subject: Fix exports Signed-off-by: Valentin Popov --- dist/index.d.ts | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'dist') diff --git a/dist/index.d.ts b/dist/index.d.ts index 4d2aad7..7e74212 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -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, +}; -- cgit v1.2.3