15 open-source projects similar to zhiyelee/array.chunk, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Array.chunk alternative.
NPM module for creating a keymirror object from an array of strings
Returns an array with only the unique values from all given arrays using strict equality for comparisons.
Recursively flatten an array or arrays. This is the fastest implementation of array flatten.
Get the first element or first n elements of an array.
Return the last element in an array. Faster than .slice
Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.
Efficiently remove an element from an unordered array without doing a splice
Returns an array filled with the specified input