biobulkbende.org/node_modules/fast-deep-equal/react.d.ts
2020-09-16 14:23:28 +02:00

3 lines
66 B
TypeScript

declare const equal: (a: any, b: any) => boolean;
export = equal;