|
пре 11 месеци | |
---|---|---|
.. | ||
LICENSE | пре 11 месеци | |
README.md | пре 11 месеци | |
index.js | пре 11 месеци | |
package.json | пре 11 месеци |
The Lodash method _.isEqual
exported as a Node.js module.
Using npm:
$ {sudo -H} npm i -g npm
$ npm i --save lodash.isequal
In Node.js:
var isEqual = require('lodash.isequal');
See the documentation or package source for more details.