Search
Preparing search index...
The search index is not available
split-iterable — Reference
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
split-iterable — Reference
Index
Interfaces
Async
Sep
Func
Sep
Func
Type aliases
Maybe
Async
Iterable
Functions
split
Async
Iterable
split
Iterable
Type aliases
Maybe
Async
Iterable
Maybe
Async
Iterable<Item>
:
Iterable
<
Item
>
|
AsyncIterable
<
Item
>
Type parameters
Item
Functions
split
Async
Iterable
split
Async
Iterable<Item>
(
iterable
:
MaybeAsyncIterable
<
Item
>
, sep
:
AsyncSepFunc
<
Item
>
)
:
AsyncGenerator
<
Item
[]
,
void
,
unknown
>
Type parameters
Item
Parameters
iterable:
MaybeAsyncIterable
<
Item
>
sep:
AsyncSepFunc
<
Item
>
Returns
AsyncGenerator
<
Item
[]
,
void
,
unknown
>
split
Iterable
split
Iterable<Item>
(
iterable
:
Iterable
<
Item
>
, sep
:
SepFunc
<
Item
>
)
:
Generator
<
Item
[]
,
void
,
unknown
>
Type parameters
Item
Parameters
iterable:
Iterable
<
Item
>
sep:
SepFunc
<
Item
>
Returns
Generator
<
Item
[]
,
void
,
unknown
>
Globals
Async
Sep
Func
Sep
Func
Maybe
Async
Iterable
split
Async
Iterable
split
Iterable
Generated using
TypeDoc