UNPKG

@huggingface/hub

Version:

Utilities to interact with the Hugging Face hub

7 lines 251 B
/** * Chunk array into arrays of length at most `chunkSize` * * @param chunkSize must be greater than or equal to 1 */ export declare function chunk<T extends unknown[] | string>(arr: T, chunkSize: number): T[]; //# sourceMappingURL=chunk.d.ts.map