dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
revert(graph): roll back changes due to issues with Safari (#2067)
Emile Bangma
2025-07-30
efddd798e83705b0e17e074fe344b2d491051ba2
[scapegoat/Docs2.git]
/
quartz
/
util
/
random.ts
1
2
3
export function randomIdNonSecure() {
return Math.random().toString(36).substring(2, 8)
}