SungBeom's picture
Upload folder using huggingface_hub
4a51346
raw
history blame
103 Bytes
declare module 'fast-deep-equal' {
const equal: (a: any, b: any) => boolean;
export = equal;
}