node-uniqs

Tiny utility to create unions and de-duplicated lists
  https://github.com/fgnass/uniqs
  0
  no reviews



For example, uniqs([2, 1, 1], [2, 3, 3, 4], [4, 3, 2]) will give [2, 1, 3, 4] as output.

Node.js is an event-based server-side JavaScript engine.