Showing 1-20 of 101,640 packages
Create an array of unique values, in order, from the input arrays
Get unique values of an array. Really, like deeply unique.
Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.
Enforce unique values before you assign them
Reduce an array to unique values, optionally into a separate array.
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.
Concatenates two arrays, removing duplicates in the process and returns one array with unique values.
Ensures unique values by rejecting duplicates.
Get unique values of an array. Really, like deeply unique.
Return an array with the unique values present in _all_ given arrays using strict equality for comparisons.
unique values generator
Filter an array on unique values by a key
Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.
A safe, typed, enumerable bidirectional map that ensures unique values and supports compound keys.
Predicate that returns true if collection contains unique values.
Creates an array of unique values that are included in all given arrays.
Remove duplicate values from an array. Fastest ES5 implementation.
Creates an array of unique values, in order, from all given arrays.
Create an iterator which returns unique values according to a predicate function.