UNPKG

typedoc-plugin-markdown

Version:

Generates TypeScript API documentation as Markdown.

7 lines (6 loc) 277 B
import { MarkdownThemeContext } from '../../../theme/index.js'; import { DeclarationReflection } from 'typedoc'; export declare function signatures(this: MarkdownThemeContext, model: DeclarationReflection, options: { headingLevel: number; nested?: boolean; }): string;