1.0.0 • Published 9 years ago

hi-promise v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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