0.1.0 • Published 8 years ago

yapromise v0.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

YaPromise is an implementation of the Promise/A+ spec.

It is a tiny promise library (the core has only about 200 LOC with comment) written with ES2015 syntax, encapsulates promise state properly and exposes useful api for usage.

Install

npm install yapromise

Run test

npm run test

0.1.0

8 years ago