UnindentParams
Parameters for unindent.
Import:
import type { UnindentParams } from 'obsidian-dev-utils/string';Signature:
export interface UnindentParamsProperties
| Property | Type | Description |
|---|---|---|
| prefix | string | The prefix to remove from each line. |
| shouldThrowIfNotIndented? | boolean | If true, throws an error if a line is not indented with the prefix. |
| text | string | The string to unindent. |
Links to this page: