Docs
Reference
Guides
Blog
Discord
/
node:stream
/
default
/
PipelinePromise
T
PipelinePromise
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
node:stream
/
default
/
PipelinePromise
T
PipelinePromise
type
stream.default.PipelinePromise
type
PipelinePromise
<
S
extends
PipelineDestination
<
any
,
any
>
>
=
S
extends
PipelineDestinationPromiseFunction
<
any
,
infer
P
>
?
Promise
<
P
>
:
Promise
<
void
>