Akshaykumarbm's picture
Upload folder using huggingface_hub
443c22e verified
declare module 'fast-deep-equal' {
const equal: (a: any, b: any) => boolean;
export = equal;
}