Typescript Library Declarations (ES2023)
Type Alias PromiseConstructorLike
Promise
Constructor
Like
:
(
new
<
T
>
(
executor
:
(
(
resolve
:
(
(
value
:
T
|
PromiseLike
<
T
>
)
=>
void
)
,
reject
:
(
(
reason
?:
any
)
=>
void
)
)
=>
void
)
)
=>
PromiseLike
<
T
>
)
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
Typescript Library Declarations (ES2023)