@mdfriday/foundry
Version:
The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript.
10 lines • 310 B
TypeScript
import { ServiceConfig } from '../type';
/**
* Default service configuration
*/
export declare const DefaultServiceConfig: ServiceConfig;
/**
* Creates a service configuration from provider data
*/
export declare function decodeServiceConfig(data: any): ServiceConfig;
//# sourceMappingURL=service.d.ts.map