UNPKG

bun-ws-router

Version:

A simple and efficient WebSocket router for Bun with Zod/Valibot message validation.

5 lines 223 B
/* SPDX-FileCopyrightText: 2025-present Kriasoft */ /* SPDX-License-Identifier: MIT */ // For backward compatibility, export Zod-based implementation as default export * from "./zod/index"; //# sourceMappingURL=index.js.map