@kibibit/kb-error
v1.0.3
Published
Basic erorr class for kibibit projects
Downloads
32,819
Readme
How to install
Go to the root of your project, and run
npm install --save @kibibit/kb-error
How to use
const KbError = require('@kibibit/kb-error');
const err = new kbError();
throw err;
Using ES6 import\TypeScript
make sure you have "esModuleInterop": true
in your tsconfig.json
import KbError from '@kibibit/kb-error';
Contributing
If you have suggestions for how announce-it could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the Contributing Guide.
Contributors
Thanks goes to our contributors! (emoji key):
License
MIT © 2020 Gil Tichon [email protected]