1.1.0 • Published 2 years ago
@openhat/ohims-uid v1.1.0
ohims-uid
Small library for generating valid OHIMS UIDs.
Installation
$ npm install ohims-uid --saveExample usage
const {generateCode, generateCodes} = require('ohims-uid');
console.log(generateCode());
console.log(generateCodes(10));License
BSD-3-Clause