@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
| Property | Type | Description | Defined in |
|---|---|---|---|
indenter? | string | The indentation character | src/indent.ts:10 |