UNPKG

@mdfriday/foundry

Version:

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

10 lines 295 B
import { RootConfig } from '../type'; /** * Default root configuration */ export declare const DefaultRootConfig: Partial<RootConfig>; /** * Creates a root configuration from provider data */ export declare function decodeRootConfig(data: any): RootConfig; //# sourceMappingURL=root.d.ts.map