Files
huishou/node_modules/fast-deep-equal/es6/react.d.ts
T
2026-07-27 13:37:48 +08:00

3 lines
66 B
TypeScript

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