Skip to content

a8775/PromiseTools.ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PromiseTools.ts

The impelmentaion of few typical use cases of Promises:

  • delay()
  • sequence()
  • every()

This is Node.js implementation, it may not work in a browser without modyfications.

Can I use it?

Yes, but not for production, as code is not stabilized and not fully tested.

Examples

Some examples could be found in tests.

Dependency

No external dependencies, only for testing mocha and chai are required.

Installation

Run commands:

git clone https://github.com/a8775/PromiseTools.ts

in working directory:

npm install

typings install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published