1dd438873aad4a93a93322d662fe3ef335cca7ff585d66964360a7d678da26d2e538efc3036af3befb6a4c94882bb09df0076ed4dace6597c4b2da23e833ee 439 B

123456789101112131415161718
  1. # lodash.uniq v4.5.0
  2. The [lodash](https://lodash.com/) method `_.uniq` exported as a [Node.js](https://nodejs.org/) module.
  3. ## Installation
  4. Using npm:
  5. ```bash
  6. $ {sudo -H} npm i -g npm
  7. $ npm i --save lodash.uniq
  8. ```
  9. In Node.js:
  10. ```js
  11. var uniq = require('lodash.uniq');
  12. ```
  13. 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.