UNPKG

103 BTypeScriptView Raw
1declare module 'fast-deep-equal' {
2 const equal: (a: any, b: any) => boolean;
3 export = equal;
4}