plain-object-is-equal
v2.0.1
Published
Extremely fast function optimized for deep equality checks of json-serializable plain objects.
Downloads
784
Maintainers
Readme
Plain Object Is Equal
Extremely fast function optimized for deep equality checks of json-serializable plain objects.
Install
npm install plain-object-is-equalUsage
import isEqual from 'plain-object-is-equal';
// Let's check if two objects are deeply equal to each other
isEqual ( { foo: 123 }, { foo: 123 } ); // => trueLicense
MIT © Fabio Spampinato
