eslintwork/node_modules/fast-deep-equal/react.d.ts
Martin Donnelly 9cbf1eea5b init
2021-06-24 09:26:17 +01:00

3 lines
66 B
TypeScript

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