All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.nanoid.js Maven / Gradle / Ivy

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>62?"-":"_"),"");




© 2015 - 2025 Weber Informatics LLC | Privacy Policy