mu-compose

compose mu middleware

Usage no npm install needed!

<script type="module">
  import muCompose from 'https://cdn.skypack.dev/mu-compose';
</script>

README

Codeship Status for mu-js/compose

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