1.0.0 • Published 9 years ago
hi-promise v1.0.0
Hi-Promise
JavaScript Promise implementation, just a re-invented wheel without performance optimization. Super thanks to promises-aplus-tests project for all test cases.
Usage
Just use it like any other Promise libraries.
var Promise = require('hi-promise');
var p = new Promise(function(resolve, reject) {});
Test
npm install
And then,
npm run test
1.0.0
9 years ago