@substrate-system/stream
Preparing search index...
through
Function through
through
<
I
,
O
>
(
transformFn
:
TransformFunction
<
I
,
O
>
,
flushFn
?:
()
=>
void
|
Promise
<
void
>
,
)
:
PipeableStream
<
O
,
I
>
Create a transform stream with just a function.
Type Parameters
I
O
Parameters
transformFn
:
TransformFunction
<
I
,
O
>
Optional
flushFn
:
()
=>
void
|
Promise
<
void
>
Returns
PipeableStream
<
O
,
I
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@substrate-system/stream
Loading...
Create a transform stream with just a function.