UNPKG

batched-promise-all

Version:

:flight_departure: zero deps utility for keeping your memory footprint manageable with varying datasets

2 lines (1 loc) 77 B
export declare function chunkArray(array: any[], chunkSize: number): any[];