mirror of
https://github.com/litruv/API-WebSocket-Bridge.git
synced 2026-07-24 10:46:04 +10:00
5 lines
212 B
TypeScript
5 lines
212 B
TypeScript
export declare const nextTick: (cb: any, setTimeoutFn: any) => any;
|
|
export declare const WebSocket: any;
|
|
export declare const usingBrowserWebSocket = true;
|
|
export declare const defaultBinaryType = "arraybuffer";
|