dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
chore(deps): bump the production-dependencies group with 4 updates (#2289)
dependabot[bot]
2026-01-27
ec00a40aefca73596ab76e3ebe3a8e1129b43688
[scapegoat/Docs2.git]
/
quartz
/
util
/
random.ts
1
2
3
export function randomIdNonSecure() {
return Math.random().toString(36).substring(2, 8)
}