Sha256: efbe528e219b0f12dfadcfefbe5f85eb7e503b6da1965b183862688f1b931180

Contents?: true

Size: 1.92 KB

Versions: 32

Compression:

Stored size: 1.92 KB

Contents

# array-unique [![NPM version](https://badge.fury.io/js/array-unique.svg)](http://badge.fury.io/js/array-unique)  [![Build Status](https://travis-ci.org/jonschlinkert/array-unique.svg)](https://travis-ci.org/jonschlinkert/array-unique) 

> Return an array free of duplicate values. Fastest ES5 implementation.

## Install with [npm](npmjs.org)

```bash
npm i array-unique --save
```

## Usage

```js
var unique = require('array-unique');

unique(['a', 'b', 'c', 'c']);
//=> ['a', 'b', 'c']
```

## Related
* [arr-diff](https://github.com/jonschlinkert/arr-diff): Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
* [arr-union](https://github.com/jonschlinkert/arr-union): Returns an array of unique values using strict equality for comparisons.
* [arr-flatten](https://github.com/jonschlinkert/arr-flatten): Recursively flatten an array or arrays. This is the fastest implementation of array flatten.
* [arr-reduce](https://github.com/jonschlinkert/arr-reduce): Fast array reduce that also loops over sparse elements.
* [arr-map](https://github.com/jonschlinkert/arr-map): Faster, node.js focused alternative to JavaScript's native array map.
* [arr-pluck](https://github.com/jonschlinkert/arr-pluck): Retrieves the value of a specified property from all elements in the collection.

## Run tests
Install dev dependencies.

```bash
npm i -d && npm test
```

## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/array-unique/issues)

## Author

**Jon Schlinkert**
 
+ [github/jonschlinkert](https://github.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert) 

## License
Copyright (c) 2015 Jon Schlinkert  
Released under the MIT license

***

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on March 24, 2015._

Version data entries

32 entries across 31 versions & 14 rubygems

Version Path
ilog-0.4.1 node_modules/array-unique/README.md
ilog-0.4.0 node_modules/array-unique/README.md
ilog-0.3.3 node_modules/array-unique/README.md
blsk-sevcore-0.0.2 blsk_old/bluesky-doc/bluesky-doc/node_modules/array-unique/README.md
optimacms-0.4.3 spec/dummy/node_modules/micromatch/node_modules/array-unique/README.md
optimacms-0.4.2 spec/dummy/node_modules/micromatch/node_modules/array-unique/README.md
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/micromatch/node_modules/array-unique/README.md
lux_assets-0.2.11 ./node_modules/micromatch/node_modules/array-unique/README.md
lux_assets-0.2.9 ./node_modules/micromatch/node_modules/array-unique/README.md
lux_assets-0.2.4 ./node_modules/micromatch/node_modules/array-unique/README.md
lux_assets-0.2.2 ./node_modules/micromatch/node_modules/array-unique/README.md
lux_assets-0.2.1 ./node_modules/micromatch/node_modules/array-unique/README.md
locomotivecms-3.4.0 app/javascript/node_modules/micromatch/node_modules/array-unique/README.md
cortex-0.1.3 spec/dummy/node_modules/array-unique/README.md
condenser-0.0.4 lib/condenser/processors/node_modules/array-unique/README.md
dragonfly_puppeteer-0.1.0 node_modules/webpack-addons/node_modules/array-unique/README.md
dragonfly_puppeteer-0.1.0 node_modules/jscodeshift/node_modules/array-unique/README.md
affiliator-0.2.1 node_modules/array-unique/README.md
lanes-0.8.0 node_modules/array-unique/README.md
brwy_rails-0.0.6 test/dummy/node_modules/array-unique/README.md