UNPKG

md-html-to-pdf

Version:

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

3 lines (2 loc) 123 B
import marked, { MarkedOptions } from 'marked'; export declare const getMarked: (options: MarkedOptions) => typeof marked;