UNPKG

typedoc-plugin-markdown

Version:

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

7 lines (6 loc) 202 B
/** * - Replace new lines with spaces * - Replaces code blocks with single backticks * - Replaces multiple spaces with single spaces */ export declare function formatTableCell(str: string): string;