Skip to main content
Module

x/indent_and_wrap/mod.ts

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
File
export {indentAndWrap, getTextRect, findCommonIndent, calcLines} from './private/indent.ts';export type {IndentAndWrapOptions, GetTextRectOptions, FindCommonIndentOptions, CalcLinesOptions} from './private/indent.ts';export {textTable, TextTable, BorderStyle, TextAlign, VerticalAlign} from './private/table.ts';export type {Cell, TextTableOptions, CellOptions} from './private/table.ts';