dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
docs: add fix for 'remote end hung up unexpectedly' error during initial sy...
badcode
2025-04-29
dc2c4dca0845aa9666a7c7d7eb56265df252f82f
[scapegoat/Docs2.git]
/
quartz
/
util
/
random.ts
1
2
3
export function randomIdNonSecure() {
return Math.random().toString(36).substring(2, 8)
}