@cubitworx/uid
v0.0.1
Published
Create an alphanumeric UID
Readme
uid
Create an alphanumeric UID
Install
npm install @cubitworx/uidUsage
console.log( uid() ); // <random 16 character string>
console.log( uid(8) ); // <random 8 character string>Copyright and license
Code and documentation copyright 2016 Charles Louw. Code released under the MIT license.
