md5-to-uuid
v1.0.4
Published
Converts MD5 hashes to UUIDs
Downloads
1,089
Readme
md5-to-uuid
A node module that converts MD5 hashes to UUIDs
Install
npm install md5-to-uuid
Usage
const md5ToUuid = require('md5-to-uuid');
const uuid = md5ToUuid(md5Hash)