Preparing search index...
The search index is not available
iteragain - v4.2.0
iteragain
types
StrictPredicate
Type Alias StrictPredicate<T, S>
StrictPredicate
:
(
value
:
T
)
=>
value
is
S
A function that returns a truthy or falsey value that determines if
T
is
S
.
Type Parameters
T
S
extends
T
Type declaration
(
value
:
T
)
:
value
is
S
Parameters
value
:
T
Returns
value
is
S
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
iteragain - v4.2.0
Loading...
A function that returns a truthy or falsey value that determines if
TisS.