rxdb
Version:
A local-first realtime NoSQL Database for JavaScript applications - https://rxdb.info/
8 lines (7 loc) • 307 B
TypeScript
/**
* Copied from the fast-deep-equal package
* because it does not support es modules and causes optimization bailouts.
* TODO use the npm package again when this is merged:
* @link https://github.com/epoberezkin/fast-deep-equal/pull/105
*/
export declare function deepEqual(a: any, b: any): boolean;