Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
A Promise Polyfill with an Apache 2.0 License.
Current results of the Promises/A+ Test Suite.
Install:
npm install vPromise
Usage:
const vPromise = require('vPromise');
var vp = new vPromise(function (resolve) {
resolve('some val');
}).then(function(result) {
console.log(result);
});`
Todo
- Try to hide some book keeping
About
A Promise Polyfill With an Apache 2.0 License
Resources
Stars
1 star
Watchers
2 watching