arr-union
Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.
Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.
Visit a method over the items in an object, or map visit over the objects in an array.
Map `visit` over an array of objects.
Returns an array of Typed Array names that are available in the current environment
Asynchronous Array Utilities (for await)
Takes a string, such as "1,2,3-10,5-8" and turns it into an array of numbers
chai plugin to match objects and arrays deep equality with arrays (including nested ones) being in any order
Helper utility modules for collections, arrays, objects and more
Recursively sort the array values in an object.
Return an array with the unique values present in _all_ given arrays using strict equality for comparisons.
Micro library for sorting arrays using the firstBy().thenBy().thenBy() syntax
create a new array filled with a value, or zero
Parse amount of time into text and ms.
jQuery.extend with configurable behaviour for arrays
index-of function part of http://amp.ampersandjs.com.
Exclude elements from arrays.
Converts two arrays into an object.
Get unique values of an array. Really, like deeply unique.
Extend jest to assert arrays with approximate values
Loop through an array to execute asynchronous actions on each element.