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