UNPKG

@mdfriday/foundry

Version:

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

11 lines (10 loc) 277 B
import { Fs as IFs } from '../type'; export declare class OriginFs { readonly source: IFs; readonly origin: IFs; readonly publishDir: IFs; constructor(source: IFs, origin: IFs, publishDir: IFs); getSource(): IFs; getOrigin(): IFs; publish(): IFs; }