This is a general purpose collection of simple value types as joi validated factories and other utilities collected over time.
git clone https://github.com/johngagon/jhg-common.git
npm install jhg-common
npm run jest
import {common} from 'jhg-common';
const {
currency,
datetime
} = common;