suuid
v0.0.1
Published
small identifier derived from a single UUID 8 character hex component
Downloads
2
Maintainers
Readme
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