import { Table } from "https://deno.land/x/cliffy@v1.0.0-rc.1/table/mod.ts";
Create a new table. If rows is a table, all rows and options of the table will be copied to the new table.
Type Parameters
TRow extends RowType
import { Table } from "https://deno.land/x/cliffy@v1.0.0-rc.1/table/mod.ts";
Create a new table. If rows is a table, all rows and options of the table will be copied to the new table.