5 lines
106 B
Plaintext
5 lines
106 B
Plaintext
declare module 'react-fast-compare' {
|
|
const equal: (a: any, b: any) => boolean;
|
|
export = equal;
|
|
}
|