Files
zhibo/node_modules/fast-deep-equal/es6/react.d.ts
T
xiaoyu ad03766572 init
2023-05-22 14:18:33 +08:00

3 lines
66 B
TypeScript

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