Skip to main content
Module

x/cliffy/table/row.ts>Row.from

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
method Row.from
import { Row } from "https://deno.land/x/cliffy@v0.18.0/table/row.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

optional
T extends ICell = ICell

Parameters

cells: IRow<T>

Cells or row.