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