Skip to main content
Module

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

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

Methods

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