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

x/cliffy/packages/table/lib/types.ts>ITableOptions

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
interface ITableOptions
import { type ITableOptions } from "https://deno.land/x/cliffy@v0.3.0/packages/table/lib/types.ts";

Table option's.

Properties

optional
header: string[]
optional
padding: number | number[]
optional
indent: number
optional
maxSize: number | number[]
optional
minSize: number | number[]
rows: any[][]