This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
fish
/
tower_client
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
e1b9e5930a
Ramos
Etiquetas
dev
master
tower_client
/
extensions
/
seek-pro
/
node_modules
/
nanoid
/
bin
/
nanoid.cjs
nanoid.cjs
91 B
Histórico
Em bruto
1
2
3
4
5
#!/usr/bin/env node
let { nanoid } = require('..')
process.stdout.write(nanoid() + '\n')