Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

npm install hi-promise --save

var Promise = require('hi-promise');
var p = new Promise(function(resolve, reject) {});

Test

npm install

And then,

npm run test

About

JavaScript Promise Implementation

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages