Skip to main content
Module

x/indent_and_wrap/mod.ts>IndentAndWrapOptions

Finds and replaces common indent in text, and hard-wraps text.
Go to Latest
type alias IndentAndWrapOptions
import { type IndentAndWrapOptions } from "https://deno.land/x/indent_and_wrap@v0.0.4/mod.ts";
definition: { endl?: string; indent?: string; ignoreFirstIndent?: boolean; wrapWidth?: number; tabWidth?: number; mode?: "plain" | "term"; }