@schornio/fake-uuid
1.0.0 • Public • Published
Fake UUID

Fake uuid from string, because sometimes you need a uuid and you only have your plaintext id
Installation
npm install @schornio/fake-uuid
Usage
var fakeUuid = require('@schornio/fake-uuid');
var uuid = fakeUuid('myplainid_1');
Install
npm i @schornio/fake-uuid
Weekly Downloads