@kibibit/kb-error
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

@kibibit/kb-error

Coverage Status

Basic erorr class for kibibit projects


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):


Gil Tichon

💻

O T

💻

Neil Kalman

💻

License

MIT © 2020 Gil Tichon ZimGil@kibibit.io

Package Sidebar

Install

npm i @kibibit/kb-error

Weekly Downloads

6,698

Version

1.0.3

License

MIT

Unpacked Size

6.17 kB

Total Files

5

Last publish

Collaborators

  • k1b1b0t
  • thatkookooguy
  • zimgil
  • or.tichon