New-space-openenv / node_modules /@huggingface /hub /src /utils /insecureRandomString.ts
Mooizz's picture
Upload folder using huggingface_hub
1070765 verified
export function insecureRandomString(): string {
return Math.random().toString(36).slice(2);
}