import { type ReadableStream } from "https://deno.land/std@0.160.0/node/_global.d.ts";
Methods
read(size?: number): string | Buffer
pipe<T extends WritableStream>(destination: T, options?: { end?: boolean | undefined; }): T
unpipe(destination?: WritableStream): this
wrap(oldStream: ReadableStream): this
[[Symbol.asyncIterator]](): AsyncIterableIterator<string | Buffer>