dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(emoji): map multi-unicode emoji properly (#2037)
Emile Bangma
2025-07-03
74606a1bd372ff61373b5a41f00edc9c7cb0e9f6
[scapegoat/Docs2.git]
/
quartz
/
util
/
random.ts
1
2
3
export function randomIdNonSecure() {
return Math.random().toString(36).substring(2, 8)
}