Skip to content

kkshinkai/promise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another Promise Polyfill

See also Promises/A+.

Test Your Implementation

You can test your implementation with the Promises/A+ Compliance Test Suite CLI tool. To install the tool, run:

npm install -g promises-aplus-tests

Then, run the tool with your implementation as the first argument:

promises-aplus-tests ./your-implementation.js

About

A simple JavaScript Promise/A+ polyfill.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published