UNPKG

@lodestar/beacon-node

Version:

A Typescript implementation of the beacon chain

5 lines 221 B
/** * Splits an array into an array of arrays maximizing the size of the smallest chunk. */ export declare function chunkifyMaximizeChunkSize<T>(arr: T[], minPerChunk: number): T[][]; //# sourceMappingURL=utils.d.ts.map