This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
kindring
/
fc-ele
Urmărește
0
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
d235ea156d
Ramuri
Etichete
master
fc-ele
/
src
/
util
/
random.ts
random.ts
82 B
Istoric
Crud
1
2
3
4
5
export function randomId() {
return Math.random().toString(36).substr(4);
}