Returns a StaticOperators module, which provides static bindings for functions implemented by a ExtendedPromiseConstructor.
The StaticOperators instance provides functions that use the constructor ctor internally.
The promise constructor for which to create an operators module.
Static version of the and function.
The return type of this function is meant to be P<T[]>, where P is the input promise type.
Static version of the delay function.
Static version of the each function.
Static version of the fallback function.
Static version of the invert function.
The return type of this function is meant to be P<any>, where P is the promise type.
Static version of the lastly function.
Static version of the mustNot function.
Static version of the race function.
Static version of the stall function.
Static version of the test function.
The return type is meant to be P<boolean>, where P is the promise type.
Static version of the timeout function.
Generated using TypeDoc
A module that provides static bindings for functions implemented by ExtendedPromise.