UNPKG

@huggingface/hub

Version:

Utilities to interact with the Hugging Face hub

7 lines 240 B
/** * Execute queue of promises. * * Inspired by github.com/rxaviers/async-pool */ export declare function promisesQueue<T>(factories: (() => Promise<T>)[], concurrency: number): Promise<T[]>; //# sourceMappingURL=promisesQueue.d.ts.map