1.0.3 • Published 3 years ago

@kibibit/kb-error v1.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

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 ZimGil@kibibit.io