Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.33 KB

Readme.md

File metadata and controls

42 lines (29 loc) · 1.33 KB

koa-compose

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

Compose middleware specifically for Koa.

Installation

$ npm install koa-compose

Maintainers

API

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

Compose the given middleware and return middleware.

License

MIT