Skip to content

Instantly share code, notes, and snippets.

@Rastopyr
Created June 26, 2015 16:21
Show Gist options
  • Save Rastopyr/854873dddd8047935f25 to your computer and use it in GitHub Desktop.
Save Rastopyr/854873dddd8047935f25 to your computer and use it in GitHub Desktop.
Promise pipe introduction

Promise pipe intro

  return sequence.reduce(function(doWork, funcArr){

    return doWork.then(funcArr).catch(errorEnhancer);
  }, Promise.resolve(data));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment