Showing 1-20 of 214,150 packages
Array Delimiter
Flatten nested arrays
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Remove duplicate values from an array. Fastest ES5 implementation.
Maintain and search through a sorted array using some low level functions
Array#filter for older browsers.
Rearrange array elements by index array
ES2015 `Array#findIndex()` ponyfill
A polyfill for Array.prototype.flat and Array.prototype.flatMap
ES6 Array.find ponyfill. Return the first array element which satisfies a testing function.
Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.
Get all but the last element or last n elements of an array.
Loop over each item in an array and call the given function on every element.
Flowtype linting rules for ESLint.
Deep comparison of 2 instances for should.js
Randomize the order of the elements in a given array.
Minimal zero-dependency utilities for using JavaScript Iterables in all environments.
JSON parse & stringify that supports binary via bops & base64
Find the first element in an array that passes a callback test. Equivalent to underscore.find()
Packs an array-of-arrays into a single ndarray