Open
Description
Could you also export a function called equals
like so?
const equals = (a, b) => Object.keys(diff(a, b)).length === 0;
This would make it more obvious that additional packages like https://www.npmjs.com/package/fast-deep-equal, don't have to be installed alongside this package?
Metadata
Metadata
Assignees
Labels
No labels