We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f0bf5c commit ab6b786Copy full SHA for ab6b786
doc/api/stream.md
@@ -1598,6 +1598,7 @@ const cleanup = finished(rs, (err) => {
1598
```
1599
1600
### `stream.pipeline(source[, ...transforms], destination, callback)`
1601
+### `stream.pipeline(streams, callback)`
1602
<!-- YAML
1603
added: v10.0.0
1604
changes:
@@ -1612,6 +1613,7 @@ changes:
1612
1613
which are expected to emit `'close'`.
1614
-->
1615
1616
+* `streams` {Stream[]|Iterable[]|AsyncIterable[]|Function[]}
1617
* `source` {Stream|Iterable|AsyncIterable|Function}
1618
* Returns: {Iterable|AsyncIterable}
1619
* `...transforms` {Stream|Function}
0 commit comments