DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
183 Bytes
import ws from "ws";
export const WebSocket = ws;
export const usingBrowserWebSocket = false;
export const defaultBinaryType = "nodebuffer";
export const nextTick = process.nextTick;