UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

5 lines (4 loc) 119 B
/** * Splits an array into chunks of size */ export declare function chunk<T>(array: T[], chunkSize: number): T[][];