koa-compose
August 18, 2021 ยท View on GitHub
Compose middleware specifically for Koa.
Installation
$ npm install koa-compose
Maintainers
- Lead: @jonathanong @jongleberry
API
fn = compose([a, b, c, ...])
Compose the given middleware and return middleware.
License
MIT