EnsureStartsWithParams
Parameters for ensureStartsWith.
Import:
import type { EnsureStartsWithParams } from 'obsidian-dev-utils/string';Signature:
export interface EnsureStartsWithParamsProperties
| Property | Type | Description |
|---|---|---|
| $string | string | The string to check. |
| prefix | string | The prefix to ensure. |
Links to this page: