Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 393 Bytes

section21.0.md

File metadata and controls

8 lines (7 loc) · 393 Bytes

Section 21.0: Streams Type

Parameter Definition
Readable Stream type of stream where data can be read from
Writable Stream type of stream where data can be written to
Duplex Stream type of stream that is both readable and writeable
Transform Stream type of duplex stream that can transform data as it is being read and then written