koa-plugins/node_modules/koa-compose
2020-03-01 17:38:34 +01:00
..
History.md First commit 2020-03-01 17:38:34 +01:00
index.js First commit 2020-03-01 17:38:34 +01:00
package.json First commit 2020-03-01 17:38:34 +01:00
Readme.md First commit 2020-03-01 17:38:34 +01:00

koa-compose

NPM version Build status Test coverage Dependency Status License Downloads

Compose middleware.

Installation

$ npm install koa-compose

API

compose([a, b, c, ...])

Compose the given middleware and return middleware.

License

MIT