Last active
April 6, 2017 03:55
-
-
Save dtipson/fba061b8b9ae8710d7bc to your computer and use it in GitHub Desktop.
Piping for Promises
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let pipePromise = R.reduce( (p,fn) => p.then(fn) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment