array-union
Create an array of unique values, in order, from the input arrays
arr-union
Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.
lodash.uniq
The lodash method `_.uniq` exported as a module.
uniq
Removes duplicates from a sorted array in place