teasense/node_modules/koa-compose
2022-05-23 13:53:41 -05:00
..
History.md Update to one file and use JavaScript 2022-05-23 13:53:41 -05:00
index.js Update to one file and use JavaScript 2022-05-23 13:53:41 -05:00
package.json Update to one file and use JavaScript 2022-05-23 13:53:41 -05:00
Readme.md Update to one file and use JavaScript 2022-05-23 13:53:41 -05: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