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) 296 B
import { FsService, PageMap } from "@internal/domain/content"; export declare class PagesCollector { private m; private fs; private processedPaths; constructor(pageMap: PageMap, fs: FsService); collect(): Promise<void>; private collectDir; private handleBundleLeaf; }