aboutsummaryrefslogtreecommitdiff
path: root/dist/index.d.ts
diff options
context:
space:
mode:
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,