Skip to content

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

License

Notifications You must be signed in to change notification settings

fabiospampinato/plain-object-is-equal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published