import { Table } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/cliffy.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
T extends IRow
import { Table } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/cliffy.ts";
Create a new table. If rows is a table, all rows and options of the table will be copied to the new table.