array.chunk

1.1.0 • Public • Published

array.chunk

Build Status

Split array/TypedArray to chunks of given size.

Usage

const chunks = require('array.chunk');
 
// [[1, 2], [3, 4], [5]]
console.log(chunks([1, 2, 3, 4, 5], 2));

LICENSE

ISC

Readme

Keywords

Package Sidebar

Install

npm i array.chunk

Weekly Downloads

485

Version

1.1.0

License

ISC

Last publish

Collaborators

  • zhiyelee