Skip to main content
Module

x/tbl/mod.ts>TableOptions

tiny and versatile command-line table generator for deno
Latest
interface TableOptions
import { type TableOptions } from "https://deno.land/x/tbl@1.0.3/mod.ts";

Properties

optional
header: GenericType[]
optional
widths: number[]
optional
chars: TableCharacters