|
|
před 1 rokem | |
|---|---|---|
| .. | ||
| dist | před 1 rokem | |
| src | před 1 rokem | |
| LICENSE | před 1 rokem | |
| README.md | před 1 rokem | |
| package.json | před 1 rokem | |
Lightweight deep equal comparator.
npm i @gilbarbara/deep-equal
import equal from '@gilbarbara/deep-equal';
equal({ a: 1 }, { a: 1 }); // true
Inspired by fast-deep-equal package. Thanks! ❤️
MIT