Skip to main content
Module

x/indent_and_wrap/mod.ts>BorderStyle

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
enum BorderStyle
import { BorderStyle } from "https://deno.land/x/indent_and_wrap@v0.0.16/mod.ts";

Members

Dashed

Dashed.

Double

Double-lined border.

None

No border, but columns are separated with 1-space gap.

NoneNoGap

No border, and columns are conjuncted

Solid

Single-lined border.

SolidRound

Single-lined border with round corners.