Skip to content

Instantly share code, notes, and snippets.

@xyhp915
Forked from dtipson/Ramda-pipe.js
Created April 6, 2017 03:55
Show Gist options
  • Select an option

  • Save xyhp915/3048c0ce49de29dcccd1750e57f77aec to your computer and use it in GitHub Desktop.

Select an option

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