mirror of
https://github.com/litruv/API-WebSocket-Bridge.git
synced 2026-07-26 19:56:04 +10:00
5 lines
221 B
TypeScript
5 lines
221 B
TypeScript
export declare const WebSocket: any;
|
|
export declare const usingBrowserWebSocket = false;
|
|
export declare const defaultBinaryType = "nodebuffer";
|
|
export declare const nextTick: (callback: Function, ...args: any[]) => void;
|