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.2/mod.ts";
definition: { indent?: string; ignoreFirstIndent?: boolean; wrapWidth?: number; tabWidth?: number; endl?: string; }