UNPKG

typedoc-plugin-markdown

Version:

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

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