UNPKG

@huggingface/hub

Version:

Utilities to interact with the Hugging Face hub

5 lines 206 B
/** * Merge outputs of multiple async generators. */ export declare function mergeAsyncGenerators<T>(generators: AsyncGenerator<T>[]): AsyncGenerator<T>; //# sourceMappingURL=mergeAsyncGenerators.d.ts.map