async-middleware icon indicating copy to clipboard operation
async-middleware copied to clipboard

Wrap an asynchronous middleware (or handler) function for Express, Connect, router, etc.

Results 2 async-middleware issues
Sort by recently updated
recently updated
newest added
trafficstars

With the latest version of `@types/express`, I cannot use `wrap()` without having to explicitly declare the types of `req`, `res` and `next`. Without `wrap()`, the types are inferred. This is...

## Version **8.0.44** of [@types/node](https://www.npmjs.com/package/@types/node) was just published. Branch Build failing 🚨 Dependency @types/node Current Version 8.0.43 Type devDependency This version is **covered** by your **current version range** and after...

greenkeeper