Preparing search index...
The search index is not available
Welshman Docs
Welshman Docs
@welshman/lib
Deferred
Type Alias Deferred<T, E>
Deferred
:
CustomPromise
<
T
,
E
>
&
{
reject
:
(
arg
:
E
)
=>
void
;
resolve
:
(
arg
:
T
)
=>
void
;
}
Promise with exposed resolve/reject functions and typed error
Type Parameters
T
E
=
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Welshman Docs
Loading...
Promise with exposed resolve/reject functions and typed error