Skip to content

Instantly share code, notes, and snippets.

@dtipson
Last active April 6, 2017 03:55
Show Gist options
  • Save dtipson/fba061b8b9ae8710d7bc to your computer and use it in GitHub Desktop.
Save dtipson/fba061b8b9ae8710d7bc to your computer and use it in GitHub Desktop.
Piping for Promises
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