There was an error while loading. Please reload this page.
A shortcut for compose functions in async mode:
'use strict'; export default (...fns) => state => fns.reduce((promise, fn) => promise.then(fn), Promise.resolve(state));
Feel free to offer new features, improvements or anything you can think of. This project makes sense with your participation and experience using Ava.