UNPKG

typedoc-plugin-markdown

Version:

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

4 lines (3 loc) 207 B
import * as Handlebars from 'handlebars'; import { PageEvent } from 'typedoc/dist/lib/output/events'; export declare function ifShowTypeHierarchy(this: PageEvent, options: Handlebars.HelperOptions): string;