Skip to main content
Module

x/indent_and_wrap/mod.ts>CellOptions

Finds and replaces common indent, hard-wraps text, and generates text tables. Can work on text that contains terminal escape sequences.
Go to Latest
type alias CellOptions
import { type CellOptions } from "https://deno.land/x/indent_and_wrap@v0.0.12/mod.ts";
definition: { textAlign?: TextAlign; verticalAlign?: VerticalAlign; nowrap?: boolean; minWidth?: number; maxWidth?: number; minHeight?: number; paddingTop?: number; paddingRight?: number; paddingBottom?: number; paddingLeft?: number; }