Skip to main content
Module

x/indent_and_wrap/mod.ts>FindCommonIndentOptions

Finds and replaces common indent, and hard-wraps text. Can work on text that contains terminal escape sequences.
Go to Latest
type alias FindCommonIndentOptions
import { type FindCommonIndentOptions } from "https://deno.land/x/indent_and_wrap@v0.0.8/mod.ts";
definition: { ignoreFirstIndent?: boolean; mode?: "plain" | "term"; }