array-uniq / 1.0.3 last updated 11 days ago created on Jun 13th 2014
Install
npm install --save array-uniq
Clone
git clone git@github.com:sindresorhus/array-uniq.git
dependencies
No dependencies listed.
maintainers
versions
6 total
| 1.0.3 | 11 days ago | sindresorhus |
| 1.0.2 | 2 years ago | sindresorhus |
| 1.0.1 | 2 years ago | sindresorhus |
| 1.0.0 | 2 years ago | sindresorhus |
| 0.1.1 | 2 years ago | sindresorhus |
| 0.1.0 | 2 years ago | sindresorhus |
readme
array-uniq 
Create an array without duplicates
It's already pretty fast, but will be much faster when Set becomes available in V8 (especially with large arrays).
Install
Usage
License
MIT © Sindre Sorhus