chatty-pub/node_modules/fast-deep-equal/es6/react.d.ts
كارل مبارك 374620645c initial commit
2021-06-26 13:12:56 +02:00

3 lines
66 B
TypeScript

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