HasSingleOccurrenceParams
Parameters for hasSingleOccurrence.
Import:
import type { HasSingleOccurrenceParams } from 'obsidian-dev-utils/string';Signature:
export interface HasSingleOccurrenceParamsProperties
| Property | Type | Description |
|---|---|---|
| $string | string | The string to check. |
| searchValue | string | The search value to check for. |
Links to this page: