Preparing search index...
The search index is not available
Documentation
Documentation
@hackbg/fadroma
fadroma
Into
Type alias Into<X>
Into
<
X
>
:
X
|
PromiseLike
<
X
>
|
(
(
)
=>
X
)
|
(
(
)
=>
PromiseLike
<
X
>
)
A lazily provided value. The returned value can't be a Function.
Type Parameters
X
Type declaration
(
)
:
X
Returns
X
Type declaration
(
)
:
PromiseLike
<
X
>
Returns
PromiseLike
<
X
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
@fadroma/agent
@hackbg/fadroma
Generated using
TypeDoc
A lazily provided value. The returned value can't be a Function.