Moved
This commit is contained in:
1
CM2010 Software Design and Development/Topic 2/8.2.4/node_modules/nanoid/nanoid.js
generated
vendored
Normal file
1
CM2010 Software Design and Development/Topic 2/8.2.4/node_modules/nanoid/nanoid.js
generated
vendored
Normal file
@ -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