suuid

0.0.1 • Public • Published

suuid

small identifier derived from UUID 8 character hex component. generate a shorter piece of random uuid for testing or anything else.

install

$ npm i suuid

use

const suuid = require('suuid')
 
console.log( suuid() ) // somethiing like 'e1bdadd6'

test

npm t

MIT

Package Sidebar

Install

npm i suuid

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • reqshark