From a9584bd33391dd6ba39a247e60e9e3284a060bff Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 16 Mar 2020 19:09:47 +0400 Subject: Removed declare module --- dist/index.d.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dist/index.d.ts') diff --git a/dist/index.d.ts b/dist/index.d.ts index 7e74212..735129e 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -4,10 +4,6 @@ import { Method } from "./method"; import { Service } from "./service"; import { Subscription } from "./subscription"; -declare module "webos-service" { - export default Service; -} - export { ActivityManager, Message, -- cgit v1.2.3