node-array-uniq

Create an array without duplicates
  https://github.com/sindresorhus/array-uniq
  0
  no reviews



This module creates an array without duplicates. It is already pretty fast, but will be much faster when Set becomes available in V8 (especially with large arrays).

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