0.0.5-0 • Published 2 years ago

uuidify v0.0.5-0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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
0.0.5-0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago