Files
GTF_VersionFinal/GTF_v1/GTF/project/node_modules/fast-deep-equal/react.d.ts
T
2026-06-26 14:50:55 +02:00

3 lines
66 B
TypeScript

declare const equal: (a: any, b: any) => boolean;
export = equal;