Preparing search index...
The search index is not available
iteragain - v4.1.5
iteragain
types
StrictPredicate
Type Alias StrictPredicate<T, S>
Strict
Predicate
<
T
,
S
>
:
(
(
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
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
iteragain - v4.1.5
Loading...
A function that returns a truthy or falsey value that determines if
T
isS
.