UNPKG

md-html-to-pdf

Version:

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

5 lines (4 loc) 110 B
/** * Check whether a path is a markdown file. */ export declare const isMdFile: (path: string) => boolean;