array-split-base
A function for dividing an array and grouping them into sets of n * elements
A function for dividing an array and grouping them into sets of n * elements
A utility function that splits an array into subarrays (chunks) of a specified maximum length.
#### how to use ``` // or import const splitArray = require('array-utils-split');