Basic erorr class for kibibit projects
Go to the root of your project, and run
npm install --save @kibibit/kb-error
const KbError = require('@kibibit/kb-error');
const err = new kbError();
throw err;
make sure you have "esModuleInterop": true
in your tsconfig.json
import KbError from '@kibibit/kb-error';
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.
Thanks goes to our contributors! (emoji key):
Gil Tichon 💻 |
O T 💻 |
Neil Kalman 💻 |
MIT © 2020 Gil Tichon ZimGil@kibibit.io