Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

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

type

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