Urara-Blog/node_modules/.pnpm-store/v3/files/15/1dd438873aad4a93a93322d662fe3ef335cca7ff585d66964360a7d678da26d2e538efc3036af3befb6a4c94882bb09df0076ed4dace6597c4b2da23e833ee
2022-08-14 01:14:53 +08:00

18 lines
439 B
Text

# lodash.uniq v4.5.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.5.0-npm-packages/lodash.uniq) for more details.