0.0.2 • Published 3 years ago

@fantasmagor/group-array-elements v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

group-array-elements

Simply package to split arrays into equal chunks

Installation

$npm install @fantasmagor/group-array-elements

Usage

const groupArrayElements = require('group-array-elements');

const resultedArray = groupArrayElements(array, partSize)

Tests

To run the test suite, install the dependencies, then run npm test:

$ npm install
$ npm test

License

MIT

0.0.2

3 years ago

0.0.1

3 years ago