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