Module

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

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

Methods

writeFile(path: string, data: string | Uint8Array): Promise<void>
mkdir(path: string, options: { recursive: boolean; }): Promise<void | string>