FlyUp/packages/字体精简工具/node_modules/fast-deep-equal/es6/react.d.ts
2024-07-10 18:24:08 +08:00

3 lines
66 B
TypeScript

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