koa-compose

compose Koa middleware

MIT 16 个版本
安装
npm install koa-compose
yarn add koa-compose
pnpm add koa-compose
bun add koa-compose
README

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

版本列表
4.2.0 2020-09-10
4.1.0 2018-05-22
4.0.0 2017-04-13
3.2.1 2016-10-26
3.2.0 2016-10-25
3.1.0 2016-03-17
3.0.0 2015-10-22
2.5.1 2016-10-26
2.5.0 2016-10-25
2.4.0 2016-03-03
2.3.0 2014-05-02
2.2.0 2014-01-23
2.1.0 2013-12-22
2.0.1 2013-12-22
2.0.0 2013-11-08
1.0.0 2013-08-13