@cubitworx/uid
v0.0.1
Published
Create an alphanumeric UID
Downloads
1
Readme
uid
Create an alphanumeric UID
Install
npm install @cubitworx/uid
Usage
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.