UNPKG

@mdfriday/foundry

Version:

The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript.

5 lines (4 loc) 239 B
import { ModuleConfig } from '../type'; export declare const EmptyModuleConfig: ModuleConfig; export declare function decodeModuleConfig(data: any): ModuleConfig; export declare function isEmptyModuleConfig(config: ModuleConfig): boolean;