import { streamText } from "https://deno.land/x/hono@v4.3.7/helper/streaming/text.ts";
type
() => Response
c: Context,
cb: (stream: StreamingApi) => Promise<void>,
onError?: (e: Error, stream: StreamingApi) => Promise<void>,
import { streamText } from "https://deno.land/x/hono@v4.3.7/helper/streaming/text.ts";