UNPKG

md-html-to-pdf

Version:

CLI tool for converting Markdown files or Html files to PDF.

5 lines (4 loc) 158 B
/** * Derive the output file path from a source file. */ export declare const getOutputFilePath: (mdFilePath: string, extension: 'html' | 'pdf') => string;