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