UNPKG

single-page-markdown-website

Version:

Create a nice single-page documentation website from one or more Markdown files

5 lines 215 B
import { Images } from '../types/types.js'; export declare function copyImageFilesAsync(images: Images, options: { outputDirectory: string; }): Promise<void>; //# sourceMappingURL=copy-image-files-async.d.ts.map