import { cliffy } from "https://deno.land/x/alloy_folk@v1.1.1/deps.ts";
const { Table } = cliffy;
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 { cliffy } from "https://deno.land/x/alloy_folk@v1.1.1/deps.ts";
const { Table } = cliffy;
Create a new table. If rows is a table, all rows and options of the table will be copied to the new table.