API/api.medcify.app/node_modules/fast-deep-equal/es6/react.d.ts
2022-09-26 11:41:44 +05:30

3 lines
66 B
TypeScript

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