JSPM

mu-compose

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q35026F
  • License MIT

compose mu middleware

Package Exports

  • mu-compose

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mu-compose) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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