hono
Version:
Web framework built on Web Standards
14 lines (13 loc) • 392 B
TypeScript
import type { FileSystemModule, ToSSGAdaptorInterface } from '../../helper/ssg';
/**
* @experimental
* `bunFileSystemModule` is an experimental feature.
* The API might be changed.
*/
export declare const bunFileSystemModule: FileSystemModule;
/**
* @experimental
* `toSSG` is an experimental feature.
* The API might be changed.
*/
export declare const toSSG: ToSSGAdaptorInterface;