ixfx
Preparing search index...
Flow
promiseWithResolvers
Function promiseWithResolvers
promiseWithResolvers
<
T
>
()
:
{
promise
:
Promise
<
T
>
;
reject
:
(
reason
:
any
)
=>
void
;
resolve
:
(
value
:
T
)
=>
void
;
}
Type Parameters
T
Returns
{
promise
:
Promise
<
T
>
;
reject
:
(
reason
:
any
)
=>
void
;
resolve
:
(
value
:
T
)
=>
void
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...