Preparing search index...
The search index is not available
Documentation - v0.0.7
Documentation
@fuman/utils
Deferred
Class Deferred<T>
Type Parameters
T
=
void
Index
Constructors
constructor
Properties
promise
reject
resolve
Constructors
constructor
new
Deferred
<
T
=
void
>
()
:
Deferred
<
T
>
Type Parameters
T
=
void
Returns
Deferred
<
T
>
Properties
Readonly
promise
promise
:
Promise
<
T
>
Readonly
reject
reject
:
(
reason
:
unknown
)
=>
void
Readonly
resolve
resolve
:
(
value
:
T
)
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
promise
reject
resolve
Documentation - v0.0.7
Loading...