Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

StreamBodyInit

import type { StreamBodyInit } from "https://raw.githubusercontent.com/worker-tools/shed/master/index.ts";
type StreamBodyInit = ForAwaitable<string> | ReadableStream<string>;

§Type

§
ForAwaitable<string> | ReadableStream<string>
[src]