SungBeom's picture
Upload folder using huggingface_hub
4a51346
raw
history blame contribute delete
66 Bytes
declare const equal: (a: any, b: any) => boolean;
export = equal;