Graduation / ui /node_modules /engine.io-client /build /cjs /transports /websocket-constructor.browser.d.ts
DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
212 Bytes
export declare const nextTick: (cb: any, setTimeoutFn: any) => any;
export declare const WebSocket: any;
export declare const usingBrowserWebSocket = true;
export declare const defaultBinaryType = "arraybuffer";