The modern build of lodash’s internal `isIterateeCall` as a module.
npm install lodash._isiterateecallThe modern build of lodash’s internal isIterateeCall exported as a Node.js/io.js module.
Using npm:
``bash`
$ {sudo -H} npm i -g npm
$ npm i --save lodash._isiterateecall
In Node.js/io.js:
`js``
var isIterateeCall = require('lodash._isiterateecall');
See the package source for more details.