dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat: make og images an emitter to properly await image generation (#1826)
Jacky Zhao
2025-03-13
d9159e0ac9bfc22e584c78bc8aa04ecd82c14eea
[scapegoat/Docs2.git]
/
quartz
/
util
/
random.ts
1
2
3
export function randomIdNonSecure() {
return Math.random().toString(36).substring(2, 8)
}