UNPKG

typedoc-plugin-markdown

Version:

Generates TypeScript API documentation as Markdown.

6 lines (5 loc) 175 B
import { Renderer } from 'typedoc'; /** * Prettier helpers. */ export declare function formatWithPrettierIfAvailable(renderer: Renderer, contents: string): Promise<string>;