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