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