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";
|