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