JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 356
  • Score
    100M100P100Q78318F
  • License GPLV3

Standard Error Library for JavaScript/TypeScript projects (NodeJS & Browsers)

Package Exports

  • error-lib

Readme

error-lib

NPM version NPM downloads Build Status

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