UNPKG

typedoc-plugin-markdown

Version:

Generates TypeScript API documentation as 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;