UNPKG

@huggingface/hub

Version:

Utilities to interact with the Hugging Face hub

2 lines 289 B
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