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