@cdxoo/koa-compose
v4.2.1
Published
compose Koa middleware
Downloads
3
Readme
@cdxoo/koa-compose
IMPORTANT: this is a fork of koajs/compose so i can do watever with it DONT USE IT
Compose middleware specifically for Koa.
Installation
$ npm install @cdxoo/koa-compose
API
fn = compose([a, b, c, ...])
Compose the given middleware and return middleware.
License
MIT