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