dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(RecentNotes): Prevent folder pages from always appearing first (closes ...
K Gopal Krishna
2025-04-04
685c06ce2e7c559b4e2cc544e300c1262c739b1c
[scapegoat/Docs2.git]
/
quartz
/
util
/
random.ts
1
2
3
export function randomIdNonSecure() {
return Math.random().toString(36).substring(2, 8)
}