1.0.1 • Published 7 years ago
make-uuid v1.0.1
Make UUID
This module generates random string or identifier.
Install
Install with npm:
$ npm install --save make-uuidconst 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.jsLicense
Released under the MIT License.