UNPKG

hono

Version:

Web framework built on Web Standards

14 lines (13 loc) 400 B
import type { FileSystemModule, ToSSGAdaptorInterface } from '../../helper/ssg/index'; /** * @experimental * `denoFileSystemModule` is an experimental feature. * The API might be changed. */ export declare const denoFileSystemModule: FileSystemModule; /** * @experimental * `toSSG` is an experimental feature. * The API might be changed. */ export declare const toSSG: ToSSGAdaptorInterface;