purposejs
v6.0.0
Published
compose pure functions
Downloads
2
Readme
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.