uuidify
v0.0.5-0
Published
takes long string and return uuid format
Downloads
27
Readme
uuidify
takes long string and return uuid format
Installation
npm i uuidify
Usage
const uuidify = require('uuidify')
// Pass long string
const uuid = uuidify('8c68964b5be74a23b01987e479e49016');
console.log(uuid);
// 8c68964b-5be7-4a23-b019-87e479e49016