Preparing search index...
The search index is not available
stream-to-it
stream-to-it
duplex
Function duplex
duplex
<
TSource
,
TSink
>
(
duplex
)
:
ItDuplex
<
AsyncGenerator
<
TSource
>
,
Source
<
TSink
>
,
Promise
<
void
>
>
Convert a Node.js
Duplex
stream to a
duplex iterable
.
Type Parameters
TSource
=
Uint8Array
TSink
=
TSource
Parameters
duplex
:
Duplex
Returns
ItDuplex
<
AsyncGenerator
<
TSource
>
,
Source
<
TSink
>
,
Promise
<
void
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
stream-to-it
Loading...
Convert a Node.js
Duplex
stream to a duplex iterable.