Package Exports
- error-lib
Readme
error-lib
About
The error-lib project helps developers having a unified error structure in their NodeJS/Browser (JavaScript/TypeScript) projects.
Installation
To install this package, run the command below.
npm install error-lib
yarn add error-lib
Usage
CommonJS
const { } = require('error-lib');
ES6/TypeScript
import { } from 'error-lib';
And you're good to go!
License
GPL v3