SungBeom's picture
Upload folder using huggingface_hub
4a51346
raw
history blame
110 Bytes
declare module 'fast-json-stable-stringify' {
function stringify(obj: any): string;
export = stringify;
}