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

ByteStreamBodyInit

import type { ByteStreamBodyInit } from "https://raw.githubusercontent.com/worker-tools/stream-response/master/index.ts";
type ByteStreamBodyInit = ForAwaitable<Uint8Array> | ReadableStream<Uint8Array>;

§Type

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