Skip to content

@technobuddha > library > String > Operations

Type Alias: IndentOptions

ts
type IndentOptions = {
  indenter?: string;
};

Defined in: indent.ts:8

Options for the indentation functions: getIndent, indent, and unindent

Properties

PropertyTypeDescriptionDefined in
indenter?stringThe indentation charactersrc/indent.ts:10