import { type BodyStream } from "https://deno.land/x/oak_sessions@v4.1.6/deps.ts";
The tagged type for "stream"
bodies.
definition: { readonly type: "stream"; readonly value: ReadableStream<Uint8Array>; }
import { type BodyStream } from "https://deno.land/x/oak_sessions@v4.1.6/deps.ts";
The tagged type for "stream"
bodies.