real-cancellable-promise
Advanced tools
Changelog
1.2.0
CancellablePromise.race
to match that of Promise.race
in the latest version of TypeScript. This should not be a breaking change for the vast majority of users. (#8)Changelog
1.1.2
capture
function of buildCancellablePromise
an identity function
from a type perspective.