dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(folder): use memoized trie instead of handrolled path solution (closes ...
Jacky Zhao
2025-03-14
fbb452385325d4418ce53e61178fe2494255caf5
[scapegoat/Docs2.git]
/
quartz
/
util
/
random.ts
1
2
3
export function randomIdNonSecure() {
return Math.random().toString(36).substring(2, 8)
}