Skip to content

EnsureStartsWithParams

Parameters for ensureStartsWith.

Import:

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

Signature:

export interface EnsureStartsWithParams

Properties

PropertyTypeDescription
prefixstringThe prefix to ensure.
strstringThe string to check.

Links to this page: