Search results
227 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
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.
Turn anything into an array
Get a compare function for array to sort
Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.
Faster alternative to javascript's native filter method.
Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.
Faster, node.js focused alternative to JavaScript's native array map.
Sort array elements in ascending order.
Sort the keys in an object.
A tiny, faster alternative to native Array.prototype.every
A module that checks the diff when values are added, removed, or changed in an array.
A module that checks diff when child elements are added, removed, or changed
Create an error from an array of error messages
Return the first index at which a given element can be found.
Returns the first index at which a given element can be found.
Array#filter() with also detecting indexes of filtered values
Swap two items in an array. Does not modify the Array prototype.
Get unique values of an array. Really, like deeply unique.
- Array.prototype.unique
- Array.unique
- add
- append
- arr
- array
- array-deep
- array-deep-unique
- array-uniq
- array-unique
- arrays
- clone
- combine
- concat
- View more
Return an array with the unique values present in _all_ given arrays using strict equality for comparisons.