Module

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

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

type

(
htmlMap: Map<string, { content: string | ArrayBuffer; mimeType: string; }>,
fsModule: FileSystemModule,
outDir: string,
) => Promise<string[]>