193 packages found
Removes duplicates from a sorted array in place
Create an array of unique values, in order, from the input arrays
Create an array without duplicates
Remove duplicate values from an array. Fastest ES5 implementation.
Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.
Reduce an array to unique values, optionally into a separate array.
get a unique key for an object ( mainly for react's key={} )
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
Return only unique values from an array, removing all repeated values
Concatenates two arrays, removing duplicates in the process and returns one array with unique values.
Get consecutively unique elements from an array
A set of JavaScript array helper functions: position, contains, match, exclude, find, update, replace, move, swap, first, last, unique.
Get unique values of an array. Really, like deeply unique.
A module that helps determine if an array has only unique elements
Creates and makes an array without duplicates. Even with array of objects with a specified matcher.
Package that removes duplicates from multiple nested array.
Consumes a defaults object with booleans, generates all possible variations of it
Get the unique values from array, objects etc.
Make multiple replacements in a string without replacing ones that have already been replaced.