UNPKG

@mdfriday/foundry

Version:

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

14 lines 427 B
import { ModuleConfig } from '../type'; /** * Empty module configuration */ export declare const EmptyModuleConfig: ModuleConfig; /** * Creates a module configuration from provider data */ export declare function decodeModuleConfig(data: any): ModuleConfig; /** * Checks if a module configuration is empty */ export declare function isEmptyModuleConfig(config: ModuleConfig): boolean; //# sourceMappingURL=module.d.ts.map