AI_botter/node_modules/fast-deep-equal/react.d.ts
2024-04-30 17:46:10 -08:00

2 lines
66 B
TypeScript

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