Skip to content

Instantly share code, notes, and snippets.

@ebramanti
Last active March 6, 2016 02:53
Show Gist options
  • Save ebramanti/daa0fcf243325ab458a7 to your computer and use it in GitHub Desktop.
Save ebramanti/daa0fcf243325ab458a7 to your computer and use it in GitHub Desktop.
const Promise = require('bluebird');
Promise.series = (promiseArr) => Promise.each(promiseArr, (result) => result);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment