upromise
v0.4.4
Published
Micro promise library
Downloads
4
Readme
UPromise
A tiny promise library
Contents
Introduction
UPromise is a promise library aimed at simple & readable code. Useful if you want to know how a Promise would work internally. The bits that have been implemented are based upon Bluebird, MiniPromise and Mozilla's Promise documentation
Installation
npm install --save upromise
Usage
TODO (just like the individual functions of this lib)
Contributing
First, look at the issues page to ensure your issue isn't already known. If it's not, you can create a new issue with a detailed description of what happened & how to reproduce the unexpected behavior.
If you decide to take on the challenge of fixing a known (or unknown) issue, you can do so by sending in a pull request from your own fork of the project. Once it has been tested and approved, it will be merged into the master branch of the repository.