Preparing search index...
The search index is not available
@toreda/shared-types - v3.0.0
@toreda/shared-types
ItorCallback
Type alias ItorCallback<ItemT>
Itor
Callback
<
ItemT
>
:
(
(
item
)
=>
Promise
<
boolean
>
)
Array callback type signature used by forEach.
Type Parameters
ItemT
Type declaration
(
item
)
:
Promise
<
boolean
>
Parameters
item
:
ItemT
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@toreda/shared-types - v3.0.0
Loading...
Array callback type signature used by forEach.