Faster alternative to javascript's native filter method.
A tiny, faster alternative to native Array.prototype.filter
Filter and flattenify array to have only function values. Much like `arr-filter-function` package, but with flatten.
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
Recursively flatten an array or arrays.
Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.
Fastest Array.filter alternative --- mutates original array!
Faster, node.js focused alternative to JavaScript's native array map.
Array#filter() with also detecting indexes of filtered values
A tiny, faster alternative to native Array.prototype.every
Get the ArrayBuffer out of a TypedArray, robustly.
Filters the passed iterable by using the filter function
small, standalone fuzzy search / fuzzy filter. browser or node
Iterates over the elements in an array, returning an array with only the elements for which the callback returns truthy.
Array#filter for older browsers.
A tiny and fast selection algorithm in JavaScript.
extend an object
Return an object as an 'x-www-form-urlencoded' string
ES spec-compliant shim for ArrayBuffer.prototype.slice
return the first event in a set of ee/event pairs
Rotate all items in an array
A common util collection for antv projects
Simple Lazy Ranges for Node/Javascript
Swap two items in an array. Does not modify the Array prototype.