UNPKG

ts-markdown-builder

Version:
5 lines (4 loc) 171 B
export type TableOptions = { compact: boolean; }; export declare function table(header: readonly string[], rows: readonly string[][], options?: TableOptions): string;