Skip to main content
Module

x/indent_and_wrap/mod.ts>TextTableOptions

Finds and replaces common indent, hard-wraps text, generates text tables and table-based complex text layouts. Can work on text that contains terminal escape sequences.
Go to Latest
type alias TextTableOptions
import { type TextTableOptions } from "https://deno.land/x/indent_and_wrap@v0.0.16/mod.ts";
definition: { minWidth?: number; maxWidth?: number; borderStyle?: BorderStyle; borderWidth?: number; borderColor?: number | { r: number; g: number; b: number; }; endl?: string; tabWidth?: number; tabsToSpaces?: boolean; mode?: "plain" | "term"; }