ws-browser.d.ts 107 B

123
  1. declare const _WebSocket: any;
  2. export { _WebSocket as WebSocket };
  3. //# sourceMappingURL=ws-browser.d.ts.map