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) 207 B
export declare class Compiler { private readonly ver; constructor(version: string); version(): string; environment(): string; } export declare function newVersion(version: string): Compiler;