@jiminp/tooltool
GitHub
Preparing search index...
iterator
AsyncYieldEvent
Type Alias AsyncYieldEvent<Y>
A yield event.
type
AsyncYieldEvent
<
Y
>
=
{
type
:
"yield"
;
value
:
Y
;
}
Type Parameters
Y
Yielded value type.
Index
Properties
type
value
Properties
type
type
:
"yield"
value
value
:
Y
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
value
GitHub
@jiminp/tooltool
Loading...
A yield event.