TransformStream
Defined in: node_modules/.pnpm/@types+node@24.8.1/node_modules/@types/node/stream/web.d.ts:522
Extends
Section titled “Extends”_TransformStream<I,O>
Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type |
|---|---|
I | any |
O | any |
Properties
Section titled “Properties”readable
Section titled “readable”readonly readable: ReadableStream<O>;Defined in: node_modules/.pnpm/@types+node@24.8.1/node_modules/@types/node/stream/web.d.ts:269
Inherited from
Section titled “Inherited from”_TransformStream.readablewritable
Section titled “writable”readonly writable: WritableStream<I>;Defined in: node_modules/.pnpm/@types+node@24.8.1/node_modules/@types/node/stream/web.d.ts:270
Inherited from
Section titled “Inherited from”_TransformStream.writable