Skip to main content
Module

x/lume/deps/cliffy.ts>IRow

🔥 Static site generator for Deno 🦕
Very Popular
Latest
type alias IRow
Re-export
import { type IRow } from "https://deno.land/x/lume@v2.1.4/deps/cliffy.ts";

Row type

Type Parameters

optional
T extends ICell | undefined = ICell | undefined
definition: T[] | Row<T>