Skip to content

EnsureEndsWithParams

Parameters for ensureEndsWith.

Import:

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

Signature:

export interface EnsureEndsWithParams

Properties

PropertyTypeDescription
strstringThe string to check.
suffixstringThe suffix to ensure.

Links to this page: