A simple months enum
npm install @olliecaine/months

A simple tree-shakable TypeScript library boilerplate
Just clone it and use it.
yarn test // run test(mocha) and coverage report(nyc)
yarn test:watch // run test on watch mode (without coverage report)
yarn build // build for both esm (ES5 + ES2015 module) and ES5 UMD bundle, at dist folder.
yarn lint // run lint against lib and test
```This boilerplate use Mocha as test framework.
Welcome for PR
MIT