Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/alloy/deps.ts>cliffy.Row.from

An application installer for restriced macOS
Latest
method cliffy.Row.from
Re-export
import { cliffy } from "https://deno.land/x/alloy@v0.0.9/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.