eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05:00

5 lines
103 B
TypeScript

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