UNPKG

@ayonli/jsext

Version:

A JavaScript extension package for building strong and modern applications.

7 lines (4 loc) 139 B
import { WebSocket } from "ws"; // @ts-ignore for WebSocketStream polyfill globalThis.WebSocket ??= WebSocket; export * from "../ws.ts";