File size: 66 Bytes
311cc15
 
1
2
3
declare const equal: (a: any, b: any) => boolean;
export = equal;