table.d.ts 72 B

123
  1. declare function table(rows: Array<string[]>): string;
  2. export = table;