Module

x/hono/helper/ssg/index.ts>fetchRoutesContent

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable fetchRoutesContent
import { fetchRoutesContent } from "https://dotland.deno.dev/x/hono@v4.0.7/helper/ssg/index.ts";

type

<E extends Env = Env, S extends Schema = { }, BasePath extends string = "/">(
app: Hono<E, S, BasePath>,
beforeRequestHook?: BeforeRequestHook,
afterResponseHook?: AfterResponseHook,
) => Promise<Map<string, { content: string | ArrayBuffer; mimeType: string; }>>