DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
221 Bytes
export declare const WebSocket: any;
export declare const usingBrowserWebSocket = false;
export declare const defaultBinaryType = "nodebuffer";
export declare const nextTick: (callback: Function, ...args: any[]) => void;