aboutsummaryrefslogtreecommitdiff
path: root/dist/index.d.ts
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-03-16 18:09:47 +0300
committerValentin Popov <info@valentineus.link>2020-03-16 18:09:47 +0300
commita9584bd33391dd6ba39a247e60e9e3284a060bff (patch)
treee9b6c748f5f7420ffea423ef16565b1322d11ad8 /dist/index.d.ts
parentb8520170be04e47694beb46117e495889771661d (diff)
downloadwebos-service-types-a9584bd33391dd6ba39a247e60e9e3284a060bff.tar.xz
webos-service-types-a9584bd33391dd6ba39a247e60e9e3284a060bff.zip
Removed declare module
Diffstat (limited to 'dist/index.d.ts')
-rw-r--r--dist/index.d.ts4
1 files changed, 0 insertions, 4 deletions
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,