Skip to content

Commit 37d83ed

Browse files
jazzqichrisbolin
authored andcommitted
fix typing (#44)
fix typing
1 parent 1449f05 commit 37d83ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
declare module 'react-fast-compare' {
2-
const equal: (a: any, b: any) => boolean;
3-
export = equal;
2+
const exportedEqual: (a: any, b: any) => boolean
3+
export default exportedEqual
44
}

0 commit comments

Comments
 (0)