Skip to content

Commit b504b15

Browse files
davidmarkclementsvsemozhetbyt
authored andcommitted
Update doc/api/stream.md
Co-Authored-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
1 parent f0fa8b6 commit b504b15

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/api/stream.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1657,6 +1657,7 @@ transformed data is pushed to the stream with the `yield` keyword.
16571657
* `options` {Object} Options provided to `new stream.Transform([options])`.
16581658
By default, `Transform.by()` will set `options.objectMode` to `true`,
16591659
unless this is explicitly opted out by setting `options.objectMode` to `false`.
1660+
* Returns: {stream.Transform}
16601661

16611662
A utility method for creating Transform Streams with async generator functions.
16621663
The async generator is supplied a single argument, `source`, which is used to

0 commit comments

Comments
 (0)