bun-ws-router
Version:
Lightweight client/server WebSocket router for Bun with type-safe Zod/Valibot validation.
7 lines • 309 B
JavaScript
// SPDX-FileCopyrightText: 2025-present Kriasoft
// SPDX-License-Identifier: MIT
export { publish } from "./publish";
export { WebSocketRouter } from "./router";
export { createMessageSchema } from "./schema";
export { formatValidationError, getErrorContext } from "./utils";
//# sourceMappingURL=index.js.map