UNPKG

dokkie

Version:

Create good looking documentation from your Readme

4 lines (3 loc) 221 B
import { IMarkdown, IFileContents } from "../types"; export declare const mdToHtml: <T extends IFileContents>(file: T) => Promise<IMarkdown>; export declare const getTitleFromMD: (str: string, clean?: boolean) => string;