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 165 B
import { MediaType } from "./type"; export declare const TEXT_HTML: MediaType; export declare const APPLICATION_XML: MediaType; //# sourceMappingURL=buildin.d.ts.map