index.d.ts 66 Bytes
Newer Older
Lalita's avatar
Lalita committed
1 2
declare const equal: (a: any, b: any) => boolean;
export = equal;