mahiatlinux's picture
Upload 3053 files
311cc15 verified
raw
history blame
66 Bytes
declare const equal: (a: any, b: any) => boolean;
export = equal;