Fast filter array to have only function values. But also allow you to give iterator function which will be called on each element of the array that is function - much like array.map functionallity. Useful when you want to filter, but also want to map in s
Faster alternative to javascript's native filter method.
Recursively flatten an array or arrays.
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
Filter and flattenify array to have only function values. Much like `arr-filter-function` package, but with flatten.
Faster, node.js focused alternative to JavaScript's native array map.
small, standalone fuzzy search / fuzzy filter. browser or node
Array#filter for older browsers.
A tiny, faster alternative to native Array.prototype.every
Filters the passed iterable by using the filter function
Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.
Iterates over the elements in an array, returning an array with only the elements for which the callback returns truthy.
Array#filter() with also detecting indexes of filtered values
return the first event in a set of ee/event pairs
Simple Lazy Ranges for Node/Javascript
A tiny and fast selection algorithm in JavaScript.
Rotate all items in an array
Removes duplicates from a sorted array in place
Concatenate a readable stream's data into a single array
Get the ArrayBuffer out of a TypedArray, robustly.
Join a list
Swap two items in an array. Does not modify the Array prototype.
extend an object
Collects all values from an (async) iterable and returns them as an array