Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
PShowdown
/
Pokemon_server
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Pokemon_server
/
node_modules
/
nanoid
/
bin
/
nanoid.cjs
Jofthomas
Upload 4781 files
5c2ed06
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
91 Bytes
#!/usr/bin/env node
let
{ nanoid } =
require
(
'..'
)
process.
stdout
.
write
(
nanoid
() +
'\n'
)