import { Readable } from "https://deno.land/std@0.162.0/node/stream.ts";
Returns whether the stream has been read from or cancelled.
Parameters
stream: Readable | ReadableStream
import { Readable } from "https://deno.land/std@0.162.0/node/stream.ts";
Returns whether the stream has been read from or cancelled.