UNPKG

@mdfriday/foundry

Version:

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

5 lines (4 loc) 210 B
import { Pages } from '../type'; export declare function sortByDefault(pages: Pages): void; export declare function sortByWeight(pages: Pages): void; export declare function sortByLanguage(pages: Pages): void;