UNPKG

tgrid

Version:

Grid Computing Framework for TypeScript

10 lines (8 loc) 202 B
import { NodeModule } from "../../../utils/internal/NodeModule"; /** * @internal */ export async function WebSocketPolyfill() { const modulo = await NodeModule.ws.get(); return modulo.default; }