chore: initial clean commit without large binaries

This commit is contained in:
2026-05-06 17:24:09 +02:00
parent 2f2cbed5bd
commit 8a4ed88b93
16624 changed files with 2650353 additions and 8 deletions
+1
View File
@@ -0,0 +1 @@
export let nanoid=(t=21)=>crypto.getRandomValues(new Uint8Array(t)).reduce(((t,e)=>t+=(e&=63)<36?e.toString(36):e<62?(e-26).toString(36).toUpperCase():e<63?"_":"-"),"");