Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
QuiteAFancyEmerald
Edit Copy
Star
1
GitHub Repository:
QuiteAFancyEmerald/Holy-Unblocker
Path:
blob/master/lib/rammerhead/src/util/generateId.js
6
5
3
0
views
1
const
uuid
=
require
(
'uuid'
)
.
v4
;
2
3
module
.
exports
=
(
)
=>
uuid
(
)
.
replace
(
/-/g
,
''
)
;
4
5