safe-array-concat

`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable

unique-concat

Concatenates two arrays, removing duplicates in the process and returns one array with unique values.