koa-compose

August 18, 2021 ยท View on GitHub

NPM version Node.js CI Test coverage Dependency Status License Downloads

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

Contents

  1. 1Installation
  2. 2Maintainers
  3. 3API
  4. 3.1fn = compose([a, b, c, ...])
  5. 4License