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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    3
  • 1.0.0
    1

Package Sidebar

Install

npm i make-uuid

Weekly Downloads

4

Version

1.0.1

License

MIT

Unpacked Size

1.86 kB

Total Files

4

Last publish

Collaborators

  • faramj