1.1.0 • Published 10 months ago

@openhat/ohims-uid v1.1.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
10 months 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

10 months ago

0.0.0

10 months ago

1.0.0

10 months ago