UNPKG

@huggingface/hub

Version:

Utilities to interact with the Hugging Face hub

5 lines 263 B
/** * Split an async generator into multiple async generators, all drawing from the same source. */ export declare function splitAsyncGenerator<T>(source: AsyncGenerator<T>, n: number): Array<AsyncGenerator<T>>; //# sourceMappingURL=splitAsyncGenerator.d.ts.map