UNPKG

typedoc-plugin-markdown

Version:

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

6 lines (5 loc) 187 B
import { Application } from 'typedoc'; /** * Create dedicated hooks and async job collections for markdown rendering. */ export declare function setupRenderer(app: Application): void;