make-uuid
v1.0.1
Published
This module generates random string or identifier.
Downloads
38
Maintainers
Readme
Make UUID
This module generates random string or identifier.
Install
Install with npm:
$ npm install --save make-uuid
const makeUuid = require('make-uuid');
console.log( makeUuid(2 ) ); // return a string like this 'uK'
console.log( makeUuid(20 ) ); // return a string like this 'NGPUYkGjBgezjnaGGbBD'
Running tests
$ node test.js
License
Released under the MIT License.