import { Table } from "https://deno.land/x/cliffy@v0.19.0/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
T extends IRow
import { Table } from "https://deno.land/x/cliffy@v0.19.0/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.