Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.2.1/deps/cliffy.ts";

Table type.

Type Parameters

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