The lodash method `_.negate` exported as a module.
npm install lodash.negateThe lodash method _.negate exported as a Node.js module.
Using npm:
``bash`
$ {sudo -H} npm i -g npm
$ npm i --save lodash.negate
In Node.js:
`js``
var negate = require('lodash.negate');
See the documentation or package source for more details.