UNPKG

md-html-to-pdf

Version:

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

7 lines (6 loc) 188 B
/** * Check whether the input is a url. * * @returns `true` if a URL can be constructed from `input`, `false` otherwise. */ export declare const isHttpUrl: (input: string) => boolean;