1.0.11 • Published 6 years ago

@timelaps/promise v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.10

6 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago