1.0.0 • Published 10 years ago
uuid-prefix v1.0.0
UUID with Prefix
Adds bytes as prefix to the standared uuid - RFC4122 v1 (timestamp-based).
How to Install
npm install uuid-prefix
How to Use
in Node.js:
var uuid = require('uuid-prefix');
now, get the new uuid:
var newUuid=uuid.getUuidV1([33,22,55,123,2]);
License
This package is licensed under MIT license.
1.0.0
10 years ago