plain-object-is-equal
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

Plain Object Is Equal

Extremely fast function optimized for deep equality checks of json-serializable plain objects.

Install

npm install plain-object-is-equal

Usage

import isEqual from 'plain-object-is-equal';

// Let's check if two objects are deeply equal to each other

isEqual ( { foo: 123 }, { foo: 123 } ); // => true

License

MIT © Fabio Spampinato

Package Sidebar

Install

npm i plain-object-is-equal

Weekly Downloads

166

Version

2.0.1

License

MIT

Unpacked Size

3.97 kB

Total Files

5

Last publish

Collaborators

  • fabiospampinato