kiruthiga 55473b7e7c initial push 5 dni temu
..
LICENSE 55473b7e7c initial push 5 dni temu
README.md 55473b7e7c initial push 5 dni temu
index.js 55473b7e7c initial push 5 dni temu
package.json 55473b7e7c initial push 5 dni temu

README.md

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.