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;