Watch-Dog-Env / node_modules /@huggingface /hub /dist /src /utils /eventToGenerator.d.ts
Mooizz's picture
Upload folder using huggingface_hub
66980c0 verified
Raw
History Blame Contribute Delete
289 Bytes
export declare function eventToGenerator<YieldType, ReturnType>(cb: (yieldCallback: (y: YieldType) => void, returnCallback: (r: ReturnType) => void, rejectCallack: (reason: unknown) => void) => unknown): AsyncGenerator<YieldType, ReturnType>;
//# sourceMappingURL=eventToGenerator.d.ts.map