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