import { streamSSE } from "https://deno.land/x/hono@v4.2.2/helper/streaming/index.ts";
type
() => unknown
c: Context,
cb: (stream: SSEStreamingApi) => Promise<void>,
onError?: (e: Error, stream: SSEStreamingApi) => Promise<void>,
import { streamSSE } from "https://deno.land/x/hono@v4.2.2/helper/streaming/index.ts";