elearning/Frontend-Learner/node_modules/crossws/dist/websocket/node.d.ts
2026-01-13 10:48:02 +07:00

3 lines
88 B
TypeScript

declare const Websocket: typeof globalThis.WebSocket;
export { Websocket as default };