Preparing search index...
The search index is not available
Documentation
Documentation
it-split
default
Function default
default
(
source
,
options
?
)
:
Generator
<
Uint8Array
,
void
,
undefined
>
Splits Uint8Arrays emitted by an (async) iterable by a delimiter
Parameters
source
:
Iterable
<
Uint8Array
>
Optional
options
:
SplitOptions
Returns
Generator
<
Uint8Array
,
void
,
undefined
>
default
(
source
,
options
?
)
:
AsyncGenerator
<
Uint8Array
,
void
,
undefined
>
Parameters
source
:
Iterable
<
Uint8Array
>
|
AsyncIterable
<
Uint8Array
>
Optional
options
:
SplitOptions
Returns
AsyncGenerator
<
Uint8Array
,
void
,
undefined
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Splits Uint8Arrays emitted by an (async) iterable by a delimiter