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 (3 loc) 208 B
import { FileInfo } from "@internal/domain/fs/vo/fileinfo"; export declare function newFileInfoWithName(filename: string): FileInfo; export declare function newFileInfoWithContent(content: string): FileInfo;