UNPKG

typedoc-plugin-markdown

Version:

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