This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
haojs
/
hh-k8-ampe-mini
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
377601c611
Ramuri
Etichete
master
hh-k8-ampe-mini
/
__antmove
/
component
/
utils
/
nextUid.js
nextUid.js
109 B
Istoric
Crud
1
2
3
4
5
module.exports = function nextUid(len = 8) {
return Math.random()
.toString(36)
.substr(len + 1)
}