We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1449f05 commit 37d83edCopy full SHA for 37d83ed
1 file changed
index.d.ts
@@ -1,4 +1,4 @@
1
declare module 'react-fast-compare' {
2
- const equal: (a: any, b: any) => boolean;
3
- export = equal;
+ const exportedEqual: (a: any, b: any) => boolean
+ export default exportedEqual
4
}
0 commit comments