import { ReadableStream } from "https://deno.land/x/deno@v1.28.3/cli/tsc/dts/lib.webworker.d.ts";
type
{ prototype: ReadableStream; new <R = any>(underlyingSource?: UnderlyingSource<R>, strategy?: QueuingStrategy<R>): ReadableStream<R>; }
x/deno/cli/tsc/dts/lib.webworker.d.ts>ReadableStream
import { ReadableStream } from "https://deno.land/x/deno@v1.28.3/cli/tsc/dts/lib.webworker.d.ts";