gen-css-identifier
Generate a unique css class or id name.
var gen = ; //just a simple function that returns a string ;// -> g1;// -> g2......;// -> gz2a //by default they are prefixed with "g"//you can use the factory to set your own prefixvar factory = ; var myGen = ; ;// -> my-prefix-2zq;// -> my-prefix-2zr
unique?
Not globally unique, only unique to the current executing process.
License
MIT