UNPKG

@ayonli/jsext

Version:

A JavaScript extension package for building strong and modern applications.

9 lines (7 loc) 335 B
import { WebSocket } from 'ws'; export { WebSocketServer } from '../ws.js'; export { WebSocket, WebSocketStream, toWebSocketStream } from './client.js'; var _a; // @ts-ignore for WebSocketStream polyfill (_a = globalThis.WebSocket) !== null && _a !== void 0 ? _a : (globalThis.WebSocket = WebSocket); //# sourceMappingURL=node.js.map