We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0fa8b6 commit b504b15Copy full SHA for b504b15
1 file changed
doc/api/stream.md
@@ -1657,6 +1657,7 @@ transformed data is pushed to the stream with the `yield` keyword.
1657
* `options` {Object} Options provided to `new stream.Transform([options])`.
1658
By default, `Transform.by()` will set `options.objectMode` to `true`,
1659
unless this is explicitly opted out by setting `options.objectMode` to `false`.
1660
+* Returns: {stream.Transform}
1661
1662
A utility method for creating Transform Streams with async generator functions.
1663
The async generator is supplied a single argument, `source`, which is used to
0 commit comments