lodash.isequal

The Lodash method `_.isEqual` exported as a module.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
lodash.isequal
58,846694.5.07 years ago11 years agoMinified + gzip package size for lodash.isequal in KB

Readme

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.