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