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