UNPKG

chunkd

Version:

Get a chunk of an array based on the total number of chunks and current index

2 lines 118 B
export default function chunkd<T>(array: T[], index: number, total: number): T[]; //# sourceMappingURL=chunkd.d.ts.map