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 2110fad commit 7f2cf0fCopy full SHA for 7f2cf0f
1 file changed
doc/api/stream.md
@@ -1597,6 +1597,7 @@ const cleanup = finished(rs, (err) => {
1597
```
1598
1599
### `stream.pipeline(source[, ...transforms], destination, callback)`
1600
+### `stream.pipeline(streams, callback)`
1601
<!-- YAML
1602
added: v10.0.0
1603
changes:
@@ -1611,6 +1612,7 @@ changes:
1611
1612
which are expected to emit `'close'`.
1613
-->
1614
1615
+* `streams` {Stream[]|Iterable[]|AsyncIterable[]|Function[]}
1616
* `source` {Stream|Iterable|AsyncIterable|Function}
1617
* Returns: {Iterable|AsyncIterable}
1618
* `...transforms` {Stream|Function}
0 commit comments