1.0.11 • Published 7 years ago

@timelaps/promise v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

@timelaps/promise

a quick function for controlling how and when a promise resolves its subsequent then and catch handlers.

install with

npm install @timelaps/promise

and see the tests with

npm t

to use simply import at the root

var Promise = require('@timelaps/promise');

or grab the synchronous version

var Promise = require('@timelaps/promise/sync'); // resolves synchronously
1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago