Options
All
  • Public
  • Public/Protected
  • All
Menu

A pair of a readable stream and writable stream that can be passed to ReadableStream.pipeThrough.

Type parameters

  • R

  • W

Hierarchy

  • ReadableWritablePair

Index

Properties

Properties

readable

readable: ReadableStream<R>

writable

writable: WritableStream<W>

Generated using TypeDoc