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

x/pup/lib/cli/columns.ts>Column

Universal process manager built in Deno
Go to Latest
interface Column
import { type Column } from "https://deno.land/x/pup@1.0.0-rc.15/lib/cli/columns.ts";

Represents a column of the table.

Properties

key: string
optional
header: string
optional
minWidth: number
optional
maxWidth: number
optional
align: "left" | "center" | "right"