hensei-web/node_modules/fast-deep-equal/es6/react.d.ts
2020-09-11 06:44:42 -07:00

2 lines
66 B
TypeScript

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