4 lines
88 B
TypeScript
4 lines
88 B
TypeScript
declare const Websocket: typeof globalThis.WebSocket;
|
|
|
|
export { Websocket as default };
|