Skip to main content
Module

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

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
method Row.from
Re-export
import { Row } from "https://deno.land/x/lume@v1.13.2/deps/cliffy.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.