dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
🐛 fix(cli): use 'gray' instead of 'grey' in styleText calls (#2321)
wasita
2026-03-04
59b58076016c5e5f09f16ab0395fed02e2ebb72e
[scapegoat/Docs2.git]
/
quartz
/
util
/
random.ts
1
2
3
export function randomIdNonSecure() {
return Math.random().toString(36).substring(2, 8)
}