-
-
Save xyhp915/3048c0ce49de29dcccd1750e57f77aec 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