Preparing search index...
The search index is not available
@rauschma/helpers
@rauschma/helpers
async/promise
PromiseWithResolvers
Interface PromiseWithResolvers<T>
interface
PromiseWithResolvers
<
T
>
{
promise
:
Promise
<
T
>
;
reject
:
(
error
:
any
)
=>
void
;
resolve
:
(
result
:
T
)
=>
void
;
}
Type Parameters
T
Index
Properties
promise
reject
resolve
Properties
promise
promise
:
Promise
<
T
>
reject
reject
:
(
error
:
any
)
=>
void
resolve
resolve
:
(
result
:
T
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
promise
reject
resolve
@rauschma/helpers
Loading...