UNPKG

typedoc-plugin-markdown

Version:

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

7 lines (6 loc) 292 B
import { MarkdownThemeContext } from '../../../theme/index.js'; import { SignatureReflection } from 'typedoc'; export declare function functionType(this: MarkdownThemeContext, model: SignatureReflection[], options?: { forceParameterType?: boolean; typeSeparator?: string; }): string;