Skip to main content
Module

x/lume/deps/cliffy.ts>ITable

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
type alias ITable
import { type ITable } from "https://deno.land/x/lume@v2.1.3/deps/cliffy.ts";

Table type.

Type Parameters

optional
T extends IRow = IRow
definition: T[] | Table<T>