0.0.5-0 • Published 3 years ago

uuidify v0.0.5-0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago