function Columnsimport { Columns } from "https://deno.land/x/pup@1.0.0-rc.10/lib/cli/columns.ts"; Columns(rows: TableRow[], columns: Column[]): stringFormats an array of rows into a table with specified columns. Parametersrows: TableRow[] The array of rows to be formatted. columns: Column[] The array of columns to be included in the table. ReturnsstringThe formatted table string.