UNPKG

@mdfriday/foundry

Version:

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

4 lines (3 loc) 164 B
import { RootConfig } from '../type'; export declare const DefaultRootConfig: Partial<RootConfig>; export declare function decodeRootConfig(data: any): RootConfig;