mirror of
https://github.com/nodejs/node.git
synced 2025-05-14 16:35:53 +00:00

Contains the following npm releases: - v3.9.0: https://github.com/npm/npm/releases/tag/v3.9.0 - v3.9.1: https://github.com/npm/npm/releases/tag/v3.9.1 - v3.9.2: https://github.com/npm/npm/releases/tag/v3.9.2 - v3.9.3: https://github.com/npm/npm/releases/tag/v3.9.3 PR-URL: https://github.com/nodejs/node/pull/7030 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
19 lines
439 B
Markdown
19 lines
439 B
Markdown
# lodash.uniq v4.3.0
|
|
|
|
The [lodash](https://lodash.com/) method `_.uniq` exported as a [Node.js](https://nodejs.org/) module.
|
|
|
|
## Installation
|
|
|
|
Using npm:
|
|
```bash
|
|
$ {sudo -H} npm i -g npm
|
|
$ npm i --save lodash.uniq
|
|
```
|
|
|
|
In Node.js:
|
|
```js
|
|
var uniq = require('lodash.uniq');
|
|
```
|
|
|
|
See the [documentation](https://lodash.com/docs#uniq) or [package source](https://github.com/lodash/lodash/blob/4.3.0-npm-packages/lodash.uniq) for more details.
|