1.0.0 • Published 11 years ago
@schornio/fake-uuid v1.0.0
Fake UUID
Fake uuid from string, because sometimes you need a uuid and you only have your plaintext id
Installation
npm install @schornio/fake-uuidUsage
var fakeUuid = require('@schornio/fake-uuid');
var uuid = fakeUuid('myplainid_1');1.0.0
11 years ago