auto register async handlers to express routers. Latest version: 0.0.2, last published: 5 months ago. Start using express-auto-async-handler in your project by running `npm i express-auto-async-handler`. There are no other projects in the npm registry us
$ npm install auto-async-wrap --save usage import{Router}from'express'importautoAsyncWrapfrom'auto-async-wrap'constrouter=Router()router.use(['every middlewares what you use.'])router.use(errorHandler)// after all middlewares are registed.autoAsyncWrap(router) ...