import { Row } from "https://deno.land/x/cliffy@v1.0.0-rc.1/table/mod.ts";
Create a new row. If cells is a row, all cells and options of the row will be copied to the new row.
Type Parameters
T extends CellType | undefined
import { Row } from "https://deno.land/x/cliffy@v1.0.0-rc.1/table/mod.ts";
Create a new row. If cells is a row, all cells and options of the row will be copied to the new row.