We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8caefb commit a0ddd21Copy full SHA for a0ddd21
packages/kkrpc/browser-mod.ts
@@ -4,6 +4,7 @@
4
*/
5
6
export * from "./src/adapters/worker.ts"
7
+export * from "./src/adapters/chrome.ts"
8
export * from "./src/interface.ts"
9
export * from "./src/channel.ts"
10
export * from "./src/utils.ts"
packages/kkrpc/mod.ts
@@ -17,6 +17,7 @@
17
18
19
export * from "./src/adapters/node.ts"
20
21
export * from "./src/adapters/websocket.ts"
22
export * from "./src/adapters/http.ts"
23
0 commit comments