UNPKG

@mdfriday/foundry

Version:

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

3 lines 207 B
import { FileMetaInfo, Fs } from '../type'; export declare function collectFileMetaInfos(paths: string[], fs: Fs): Promise<Map<string, FileMetaInfo>>; //# sourceMappingURL=incremental-file-collector.d.ts.map