hi-promise

1.0.0 • Public • Published

Build Status

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

Readme

Keywords

Package Sidebar

Install

npm i hi-promise

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • ele828