throwit
v0.6.0
Published
A standard base error class.
Downloads
2
Readme
throwit
Provides consistent and base error class. See Our Docs!.
Githooks
For developers contributing to this repo's source code, please run the following npm script:
npm run githooks
This script provides:
- pre commit: Runs
npm run lint
before commit is added to history. - pre push: Runs tests before code is pushed up to remote.