Skip to content

HasSingleOccurrenceParams

Parameters for hasSingleOccurrence.

Import:

import type { HasSingleOccurrenceParams } from 'obsidian-dev-utils/string';

Signature:

export interface HasSingleOccurrenceParams

Properties

PropertyTypeDescription
$stringstringThe string to check.
searchValuestringThe search value to check for.

Links to this page: