Add client WebSocket transport
This commit is contained in:
@@ -14,6 +14,16 @@ export {
|
||||
type YonexusClientStateFile,
|
||||
type YonexusClientStateStore
|
||||
} from "./core/state.js";
|
||||
export {
|
||||
createClientTransport,
|
||||
YonexusClientTransport,
|
||||
type ClientTransport,
|
||||
type ClientTransportOptions,
|
||||
type ClientConnectionState,
|
||||
type ClientMessageHandler,
|
||||
type ClientStateChangeHandler,
|
||||
type ClientErrorHandler
|
||||
} from "./core/transport.js";
|
||||
|
||||
export interface YonexusClientPluginManifest {
|
||||
readonly name: "Yonexus.Client";
|
||||
|
||||
Reference in New Issue
Block a user