Files
dealplustech/dealplustech-astro/node_modules/crossws/dist/websocket/node.d.mts
2026-03-02 12:35:14 +07:00

4 lines
88 B
TypeScript

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