mu-compose Like Koa compose, but with support for passing args down middleware stack. Installation $ npm install mu-compose API compose([a, b, c, ...]) Compose the given middleware and return middleware. License MIT