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