hono
Version:
Web framework built on Web Standards
14 lines (13 loc) • 400 B
TypeScript
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;