UNPKG

it-ws

Version:

Simple async iterables for websocket client connections

3 lines 188 B
import type { ServerOptions, WebSocketServer } from './server.js'; export declare function createServer(opts?: ServerOptions): WebSocketServer; //# sourceMappingURL=server.browser.d.ts.map