UNPKG

typedoc-plugin-markdown

Version:

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

7 lines (6 loc) 166 B
/** * Comments for table * @param headers * @param rows */ export declare function table(headers: string[], rows: string[][], headerLeftAlign?: boolean): string;