index.d.ts 58 Bytes
Newer Older
1 2
const equal: (a: any, b: any) => boolean;
export = equal;