method Readable.isDisturbedimport { Readable } from "https://dotland.deno.dev/std@0.177.0/node/stream.ts"; isDisturbed(stream: Readable | ReadableStream): booleanReturns whether the stream has been read from or cancelled. Returns whether the stream has been read from or cancelled. Parametersstream: Readable | ReadableStreamReturnsboolean