This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
fish
/
tower_client
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
fd538db2d2
Ramuri
Etichete
dev
master
tower_client
/
extensions
/
seek-pro
/
node_modules
/
nanoid
/
bin
/
nanoid.cjs
nanoid.cjs
91 B
Istoric
Crud
1
2
3
4
5
#!/usr/bin/env node
let
{
nanoid
} = require(
'..'
)
process.stdout.write(nanoid() +
'\n'
)