Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.22 KB

Readme.md

File metadata and controls

40 lines (29 loc) · 1.22 KB

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