包详细信息

error-adapter

greglearns233MIT0.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

自述文件

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