Skip to content

Commit

Permalink
doc: add missing version metadata for Readable.from
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Jul 15, 2019
1 parent 2550ddb commit 8fc6127
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -1507,6 +1507,9 @@ run().catch(console.error);
```

### stream.Readable.from(iterable, [options])
<!--
added: v12.3.0
-->

* `iterable` {Iterable} Object implementing the `Symbol.asyncIterator` or
`Symbol.iterator` iterable protocol.
Expand Down

0 comments on commit 8fc6127

Please sign in to comment.