UNPKG

markdown-to-html-cli

Version:
6 lines (5 loc) 197 B
import { MDToHTMLOptions } from './index.js'; export interface CreateOptions extends MDToHTMLOptions { sourcePath?: string; } export declare function create(options?: MDToHTMLOptions): string;