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