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