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

5 lines
103 B
TypeScript

declare module 'fast-deep-equal' {
const equal: (a: any, b: any) => boolean;
export = equal;
}