Mooizz's picture
Upload folder using huggingface_hub
1070765 verified
export function insecureRandomString(): string {
return Math.random().toString(36).slice(2);
}