An open API service indexing awesome lists of open source software.

https://github.com/cmtt/promise

Just another promise module. Will be deprecated in the future due to ES6
https://github.com/cmtt/promise

Last synced: about 1 year ago
JSON representation

Just another promise module. Will be deprecated in the future due to ES6

Awesome Lists containing this project

README

          

Promise
-------

This is just another promise library, adapted from [briancavalier](https://github.com/briancavalier)'s
tiny promise (Gist)(https://gist.github.com/briancavalier/814318), by itself
a version of John Hann's [tiny promise](https://gist.github.com/unscriptable/814052).

It was extended with a Promise.all() function.

# License

MIT