promise-a-plus

This is a JavaScript implementation of Promises/A+ spec, and adequately tested.
Also a full featured polyfill for ES6 Promise.
Install
Usage
var Promise = ; var promise1 = Promise;var promise2 = { ;};Promise;
If you want to use in browser, use tools like webpack
or browserify
.
API
The library's API is absolutely consistent with official API.
Also view wiki.
License
Copyright (c) 2015 creeperyang. Licensed under the MIT license.