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