Preparing search index...
The search index is not available
@toreda/shared-types - v3.0.0
@toreda/shared-types
Itor
Interface Itor<T>
interface
Itor
<
T
>
{
next
:
(
(
)
=>
ItorItem
<
T
>
)
;
}
Type Parameters
T
Index
Properties
next
Properties
next
next
:
(
(
)
=>
ItorItem
<
T
>
)
Type declaration
(
)
:
ItorItem
<
T
>
Returns
ItorItem
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
next
@toreda/shared-types - v3.0.0
Loading...