dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
chore(deps): replace `chalk` and `rimraf` with builtin functions (#1879)
fl0werpowers
2025-05-28
951d1dec24eb8e0bea4ec548cc79c5ce718bf02f
[scapegoat/Docs2.git]
/
quartz
/
util
/
random.ts
1
2
3
export function randomIdNonSecure() {
return Math.random().toString(36).substring(2, 8)
}