Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/indent_and_wrap/private/indent.ts>CalcLinesOptions

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 CalcLinesOptions
import { type CalcLinesOptions } from "https://deno.land/x/indent_and_wrap@v0.0.11/private/indent.ts";
definition: { tabWidth?: number; mode?: "plain" | "term"; }