Skip to main content
Module

x/cliffy/mod.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
Re-export
import { Row } from "https://deno.land/x/cliffy@v0.25.5/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 ICell | undefined

Parameters

cells: IRow<T>

Cells or row.