1.0.1 • Published 5 years ago

make-uuid v1.0.1

Weekly downloads
10
License
MIT
Repository
github
Last release
5 years ago

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.