meaning-error-middleware
v0.1.1
Published
Meaning error middleware
Downloads
10
Maintainers
Readme
meaning-error-middleware
Express middleware to translate meaning-error to HTTP protocol.
Usage
import express from 'express';
import errorMeaning from 'meaning-error-middleware';
const app = express();
app.use(errorMeaning);
License
Licensed under The MIT License Redistributions of files must retain the above copyright notice.
Author
Vinícius Krolow - krolow[at]gmail.com