Options
All
  • Public
  • Public/Protected
  • All
Menu

nano-errors (v1.3.1)

nano-errors

A minimalistic error and logging framework for a enhanced exception handling experience in TS / JS environments.

Changelog

  • 1.2.0: Add DEFAULT_PRODUCTION_TRANSPORT, fix logger typings to disallow calls like logger.error(new Error())

Getting started

# Add to your dependencies using yarn
yarn add "nxtep-io/nano-errors";

# Or, using NPM
npm install "github:nxtep-io/nano-errors";

API Docs

Check the published Github Page at https://nxtep-io.github.io/nano-errors/

License

The project is licensed under the MIT License.

Generated using TypeDoc