Skip to content

EnsureStartsWithParams

Parameters for ensureStartsWith.

Import:

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

Signature:

export interface EnsureStartsWithParams

Properties

PropertyTypeDescription
$stringstringThe string to check.
prefixstringThe prefix to ensure.

Links to this page: