This website requires JavaScript.
Explore
Help
Sign In
happyz
/
memos
mirror of
https://github.com/usememos/memos.git
Watch
1
Star
0
Fork
You've already forked memos
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ce32206677
memos
/
web
/
src
/
utils
/
uuid.ts
6 lines
96 B
TypeScript
Raw
Blame
History
import
{
v4
as
uuidv4
}
from
"uuid"
;
export
const
generateUUID
=
(
)
=
>
{
return
uuidv4
(
)
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink