EcoBot/node_modules/lodash.isequal
2021-11-23 00:53:12 +01:00
..
index.js Fix stuff up and add .env to .gitignore 2021-11-23 00:53:12 +01:00
LICENSE Fix stuff up and add .env to .gitignore 2021-11-23 00:53:12 +01:00
package.json Fix stuff up and add .env to .gitignore 2021-11-23 00:53:12 +01:00
README.md Fix stuff up and add .env to .gitignore 2021-11-23 00:53:12 +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.