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

x/lume/deps/cliffy.ts>IDataRow

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

Json row.

definition: Record<string, string | number>