Skip to main content
Module

x/indent_and_wrap/mod.ts>CalcLinesOptions

Finds and replaces common indent, and hard-wraps text. 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.6/mod.ts";
definition: { tabWidth?: number; mode?: "plain" | "term"; }