Backend/node_modules/fast-deep-equal/es6/react.d.ts

3 lines
66 B
TypeScript
Raw Permalink Normal View History

2021-12-31 09:33:23 +00:00
declare const equal: (a: any, b: any) => boolean;
export = equal;