Musique/node_modules/lodash.isequal
2021-12-06 16:34:00 +01:00
..
index.js Update to v13 and add queue and completely change code 2021-12-06 16:34:00 +01:00
LICENSE Update to v13 and add queue and completely change code 2021-12-06 16:34:00 +01:00
package.json Update to v13 and add queue and completely change code 2021-12-06 16:34:00 +01:00
README.md Update to v13 and add queue and completely change code 2021-12-06 16:34:00 +01:00

lodash.isequal v4.5.0

The Lodash method _.isEqual exported as a Node.js module.

Installation

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.