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