UNPKG

bun-ws-router

Version:

Lightweight client/server WebSocket router for Bun with type-safe Zod/Valibot validation.

8 lines 283 B
import type { ClientOptions, WebSocketClient } from "./types.js"; export * from "./errors.js"; export * from "./types.js"; /** * Creates a type-safe WebSocket client. */ export declare function createClient(opts: ClientOptions): WebSocketClient; //# sourceMappingURL=index.d.ts.map