horse-betting/btc-ui-app-2/node_modules/fast-deep-equal/react.d.ts
2025-06-19 16:39:08 +05:30

3 lines
66 B
TypeScript

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