This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
portapy/Download-Latest-Python/node_modules/fast-deep-equal/index.d.ts

5 lines
103 B
TypeScript

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