UNPKG

typedoc-plugin-markdown

Version:

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

5 lines (4 loc) 286 B
import { MarkdownPageEvent } from '../../../events/index.js'; import { MarkdownThemeContext } from '../../../theme/index.js'; import { ProjectReflection } from 'typedoc'; export declare function hierarchy(this: MarkdownThemeContext, page: MarkdownPageEvent<ProjectReflection>): string;