GoScrobble/web/node_modules/react-fast-compare/index.d.ts

5 lines
106 B
TypeScript
Raw Permalink Normal View History

2022-04-25 02:47:15 +00:00
declare module 'react-fast-compare' {
const equal: (a: any, b: any) => boolean;
export = equal;
}