Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mooizz
/
Watch-Dog-Env
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Watch-Dog-Env
/
node_modules
/
@huggingface
/
hub
/
src
/
utils
/
insecureRandomString.ts
Mooizz
Upload folder using huggingface_hub
66980c0
verified
29 days ago
raw
Copy download link
history
blame
contribute
delete
96 Bytes
export
function
insecureRandomString
(
):
string
{
return
Math
.
random
().
toString
(
36
).
slice
(
2
);
}