UNPKG

typedoc-plugin-markdown

Version:

Generates TypeScript API documentation as Markdown.

5 lines (4 loc) 333 B
import { MarkdownThemeContext } from '../../../theme/index.js'; import { CommentDisplayPart, Reflection } from 'typedoc'; export declare function getCommentParts(this: MarkdownThemeContext, model: CommentDisplayPart[]): string; export declare function getReflectionUrl(context: MarkdownThemeContext, reflection: Reflection): string;