Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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