Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method Cliffy.Row.from
Re-export
import { Cliffy } from "https://deno.land/x/dmm@v2.1.2/tests/integration/up-to-date-deps/deps.ts";
const { Row } = Cliffy;

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

optional
T extends ICell = ICell

Parameters

cells: IRow<T>

Cells or row.