Skip to content

Releases: msaaddev/promise-it

0.1.1

21 May 23:48
Compare
Choose a tag to compare
  • Promisify a callback function
  • Provides a simple way to create a Promise that is resolved with an array of results when all of the provided Promises resolve or rejected when any Promise is rejected.
  • Promisify any of the given callback functions
  • Provides a way to create a Promise that is resolved with an array of results when all of the provided Promises resolve or reject.