cleanup + better descriptions

This commit is contained in:
2025-07-08 23:52:42 +01:00
parent 563ef864b7
commit 8a361f67ec
3 changed files with 2 additions and 5 deletions
-3
View File
@@ -64,9 +64,6 @@ class RPCFactory<T extends RPCEnvironment> extends Wrapper {
}
export { RPCFactory }
// export const rpcClient = new RPCFactory({ env: "client" }).get();
// export const rpcServer = new RPCFactory({ env: "server" }).get();
// export const rpcWebview = new RPCFactory({ env: "webview" }).get();
export * from './utils/types'
export * from './utils/native'
export type * from './core/server'