ui
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
export let nanoid=(t=21)=>{let e="",r=crypto.getRandomValues(new Uint8Array(t));for(;t--;){let n=63&r[t];e+=n<36?n.toString(36):n<62?(n-26).toString(36).toUpperCase():n<63?"_":"-"}return e};
|
||||
Reference in New Issue
Block a user