Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc/api/stream.md
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
ErickWendel and aduh95 authored Apr 20, 2022
commit d5d117ec9f7409ce68b4fde12cd68eec971cc186
2 changes: 1 addition & 1 deletion doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -2875,7 +2875,7 @@ added: v17.0.0
* Returns: {stream.Duplex}

```mjs
import { Duplex } from 'stream';
import { Duplex } from 'node:stream';
import {
ReadableStream,
WritableStream
Expand Down