1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-08-04 08:17:01 +00:00

Initial commit of WebOS receiver

This commit is contained in:
Michael Hollister 2024-12-09 00:56:55 -06:00
parent b7e304b987
commit 90e1f4de1a
118 changed files with 18279 additions and 1746 deletions

View file

@ -0,0 +1,18 @@
diff --git a/node_modules/@types/webos-service/index.d.ts b/node_modules/@types/webos-service/index.d.ts
index a860f4f..ca94645 100644
--- a/node_modules/@types/webos-service/index.d.ts
+++ b/node_modules/@types/webos-service/index.d.ts
@@ -1,5 +1,5 @@
-export as namespace WebosService;
-
+export = Service;
+export as namespace Service;
import { ActivityManager } from "./activity-manager";
import { Message } from "./message";
import { Method } from "./method";
@@ -7,4 +7,4 @@ import { Service } from "./service";
import { Subscription } from "./subscription";
export { ActivityManager, Message, Method, Subscription };
-export default Service;
+