ohctechv3/.svn/pristine/56/5698b19f61f8fe346dc79986aa34b3df36966469.svn-base

5 lines
106 B
Plaintext
Raw Normal View History

2024-10-28 15:03:36 +05:30
declare module 'react-fast-compare' {
const equal: (a: any, b: any) => boolean;
export = equal;
}