make-uuid

1.0.1 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i make-uuid

      Weekly Downloads

      2

      Version

      1.0.1

      License

      MIT

      Unpacked Size

      1.86 kB

      Total Files

      4

      Last publish

      Collaborators

      • faramj