> npm install @ortac/libs-js
ESM:
import {argv, log} from '@ortac/libs-js';
log.info('Completed something');
CommonJS:
var log = require('@ortac/libs-js').log;
log.info('Completed something');
Documentation can be found at:
Make sure your code passes testing, and create a Pull Request
> npm test
Generated using TypeDoc