Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/indent_and_wrap/private/table.ts>textTable

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
function textTable
import { textTable } from "https://deno.land/x/indent_and_wrap@v0.0.15/private/table.ts";

Parameters

rows: Cell[][]
optional
options: TextTableOptions
optional
nColumn = [UNSUPPORTED]