repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove client-side isLoggedIn value
[ProtonMail-WebClient.git]
/
packages
/
docs-core
/
lib
/
Util
/
GenerateUuid.ts
blob
55aa7155b32bbbe44703209c4c3ac882f978b118
1
import { v4 as uuidv4 } from 'uuid'
2
3
export function GenerateUUID(): string {
4
return uuidv4()
5
}