BrianLov's picture
Upload folder using huggingface_hub (part 8)
9f91f81 verified
Raw
History Blame Contribute Delete
103 Bytes
declare module 'fast-deep-equal' {
const equal: (a: any, b: any) => boolean;
export = equal;
}