Skip to content

0.1.1

Latest
Compare
Choose a tag to compare
@msaaddev msaaddev released this 21 May 23:48
· 7 commits to main since this release
  • 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.