This website requires JavaScript.
Explore
Help
Register
Sign In
Accords-Library-Archive
/
v3.accords-library.com
Watch
1
Star
0
Fork
You've already forked v3.accords-library.com
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d25e6ba711
v3.accords-library.com
/
src
/
utils
/
random.ts
2 lines
81 B
TypeScript
Raw
Blame
History
export
const
getRandomId
=
(
)
=
>
"id"
+
Math
.
random
(
)
.
toString
(
36
)
.
substring
(
2
)
;
Reference in New Issue
View Git Blame
Copy Permalink