JSPM

plain-object-is-equal

2.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 416
  • Score
    100M100P100Q88130F
  • License MIT

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

Package Exports

  • plain-object-is-equal

Readme

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