A Promise Polyfill with an Apache 2.0 License.
Current results of the Promises/A+ Test Suite.
Install:
npm install vPromise
const vPromise = require('vPromise');
var vp = new vPromise(function (resolve) {
resolve('some val');
}).then(function(result) {
console.log(result);
});`
- Try to hide some book keeping