dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
chore(deps): bump the ci-dependencies group across 1 directory with 5 updat...
dependabot[bot]
2025-10-27
519d56c132bc4c43172320a94c1eab41ab3d2b31
[scapegoat/Docs2.git]
/
quartz
/
util
/
random.ts
1
2
3
export function randomIdNonSecure() {
return Math.random().toString(36).substring(2, 8)
}