1.1.0 • Published 2 years ago

@openhat/ohims-uid v1.1.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 years ago

ohims-uid

Small library for generating valid OHIMS UIDs.

Installation

$ npm install ohims-uid --save

Example usage

const {generateCode, generateCodes} = require('ohims-uid');
console.log(generateCode());
console.log(generateCodes(10));

License

BSD-3-Clause

1.1.0

2 years ago

0.0.0

2 years ago

1.0.0

2 years ago