import { type Oak } from "https://deno.land/x/superdeno@4.9.0/test/deps.ts";
const { BodyStream } = Oak;
The tagged type for "stream"
bodies.
definition: { readonly type: "stream"; readonly value: ReadableStream<Uint8Array>; }
import { type Oak } from "https://deno.land/x/superdeno@4.9.0/test/deps.ts";
const { BodyStream } = Oak;
The tagged type for "stream"
bodies.