Add client runtime and hello handshake

This commit is contained in:
nav
2026-04-08 21:13:16 +00:00
parent bc3e931979
commit fb39a17dbb
6 changed files with 226 additions and 6 deletions

View File

@@ -24,6 +24,13 @@ export {
type ClientStateChangeHandler,
type ClientErrorHandler
} from "./core/transport.js";
export {
createYonexusClientRuntime,
YonexusClientRuntime,
type YonexusClientRuntimeOptions,
type YonexusClientRuntimeState,
type YonexusClientPhase
} from "./core/runtime.js";
export interface YonexusClientPluginManifest {
readonly name: "Yonexus.Client";