UNPKG

@mdfriday/foundry

Version:

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

8 lines (7 loc) 260 B
import { FileMetaInfo } from '../type'; export declare class Service { newFileMetaInfo(filename: string): FileMetaInfo; newFileMetaInfoWithContent(content: string): FileMetaInfo; } export declare function newService(): Service; export default Service;