UNPKG

markdown-to-html-cli

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