Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

error-adapter

greglearns172MIT0.0.1

A simple API for generating Error objects. It currently wraps Errs (http://github.com/flatiron/errs.git), but may not in the future.

errs, errors, utilities

readme

error-adapter

Build Status

A simple API for generating Error objects. It currently wraps Errs (http://github.com/flatiron/errs.git), but may not in the future.

Installation

npm install -S error-adapter

Usage

See tests.

Testing this module

npm install
make test