dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(css): not break word in the search button placeholder (#2182)
松浦 知也 Matsuura Tomoya
2025-11-01
8bc6cb906110ae03e117af97147a366621dc20b7
[scapegoat/Docs2.git]
/
quartz
/
util
/
random.ts
1
2
3
export function randomIdNonSecure() {
return Math.random().toString(36).substring(2, 8)
}