@ayanaware/errors
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@ayanaware/errors NPM Discord Install size

Common AyanaWare errors.

If you are developing a library use one of the following patterns:

#1 Use this package as a peer dependency so the package user has to install it to prevent version conflicts in the first place

#2 Use this package as a regular dependency but export the guards from @ayanaware/errors/guards so the package user thinks they are coming from your library. i.e. export them on your main class (ex. MyPackage) so the package user can use MyPackage.isGenericError(someError)

Links

GitLab repository

NPM package

License

Refer to the LICENSE file.

Readme

Keywords

none

Package Sidebar

Install

npm i @ayanaware/errors

Weekly Downloads

53

Version

1.1.0

License

MIT

Unpacked Size

28.4 kB

Total Files

59

Last publish

Collaborators

  • akio
  • hcgrandon