feat(rpc): export RpcClient from main entry point (#374)
This commit is contained in:
@@ -40,3 +40,7 @@
|
||||
|
||||
export { rpc } from './define'
|
||||
export * from './types'
|
||||
|
||||
// Re-export client for browser/bundler compatibility
|
||||
export { RpcClient, connect } from './client/index'
|
||||
export type { RpcClientOptions, WebSocketAdapter, WebSocketFactory } from './client/index'
|
||||
|
||||
Reference in New Issue
Block a user