tree: 9b54eb5f551e600e875ea447d19dccbdd0adb0cc [path history] [tgz]
  1. index.js
  2. LICENSE
  3. package.json
  4. README.md
setup-maven/node_modules/lodash.uniq/README.md

lodash.uniq v4.5.0

The lodash method _.uniq exported as a Node.js module.

Installation

Using npm:

$ {sudo -H} npm i -g npm
$ npm i --save lodash.uniq

In Node.js:

var uniq = require('lodash.uniq');

See the documentation or package source for more details.