Purpose.js A middleware composition tool for pure functions. Installation $ npm install purposejs API compose([a, b, c, ...]) Compose the given middleware and return middleware. License MIT Acknowledgements This is a fork of koa-compose under the MIT license.