nova-header-nav / node_modules /@huggingface /hub /src /utils /insecureRandomString.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 5)
01e6679 verified
Raw
History Blame Contribute Delete
96 Bytes
export function insecureRandomString(): string {
return Math.random().toString(36).slice(2);
}