This website requires JavaScript.
Explore
Help
Sign In
open.source
/
manifold
Watch
1
Star
0
Fork
0
You've already forked manifold
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c3bfe6b058
manifold
/
web
/
lib
/
util
/
random-string.ts
2 lines
75 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Prettier everything (Hopefully for the last time)
2021-12-14 07:30:09 +00:00
export
const
randomString
=
(
)
=
>
Math
.
random
(
)
.
toString
(
16
)
.
substr
(
2
,
14
)
Reference in New Issue
Copy Permalink