UNPKG

typedoc-plugin-markdown

Version:

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

3 lines (2 loc) 161 B
import { MarkdownThemeContext } from '../../../theme/index.js'; export declare function getAngleBracket(this: MarkdownThemeContext, bracket: '<' | '>'): string;