nova-header-nav / node_modules /@huggingface /hub /dist /src /utils /eventToGenerator.d.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 5)
01e6679 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