jsonaut
Preparing search index...
SequenceProcessor/includes
default
Function default
default
<
T
extends
[
Path
,
Value
]
|
[
Path
,
Value
,
number
,
number
]
>
(
asyncIterable
:
AsyncIterable
<
Iterable
<
T
,
any
,
any
>
,
any
,
any
>
,
includes
:
string
|
MatcherContainer
,
)
:
AsyncIterable
<
Iterable
<
T
,
any
,
any
>
,
any
,
any
>
Filters an async iterable based on the
includes
expression.
Type Parameters
T
extends
[
Path
,
Value
]
|
[
Path
,
Value
,
number
,
number
]
Parameters
asyncIterable
:
AsyncIterable
<
Iterable
<
T
,
any
,
any
>
,
any
,
any
>
includes
:
string
|
MatcherContainer
Returns
AsyncIterable
<
Iterable
<
T
,
any
,
any
>
,
any
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
jsonaut
Loading...
Filters an async iterable based on the
includes
expression.