import { Table } from "https://deno.land/x/lume@v2.4.1/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://deno.land/x/lume@v2.4.1/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.