UNPKG

typedoc-plugin-markdown

Version:

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.

7 lines (6 loc) 198 B
/** * Returns a heading in markdown format * @param level The level of the heading * @param text The text of the heading */ export declare function heading(level: number, text: string): string;