@budarin/deep-equal
v1.0.0
Published
Compare two objects deeply
Readme
deep-equal
Compares 2 objects with each other deeply.
Installation
yarn add @budarin/deep-equalUsage
import deepEqual from '@budarin/deep-equal';
deepEqual({ a: 1 }, { a: 1 });License
MIT
