dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(typst): invert the math equation for typst rendered equation in darkmo...
Lumen Yang
2025-08-21
0a57d032a76dc4d924f9e4927237830a42d2511c
[scapegoat/Docs2.git]
/
quartz
/
util
/
random.ts
1
2
3
export function randomIdNonSecure() {
return Math.random().toString(36).substring(2, 8)
}