Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

lodash.isequal

lodash34.5mMITdeprecated4.5.0TypeScript support: definitely-typed

This package is deprecated. Use require('node:util').isDeepStrictEqual instead.

The Lodash method _.isEqual exported as a module.

lodash-modularized, isequal

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.

changelog