Leon4gr45's picture
Upload folder using huggingface_hub (part 5)
19e88d2 verified
Raw
History Blame Contribute Delete
251 Bytes
/**
* 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