Skip to content

getVersionUpdateType

Determines the type of version update based on the input string.

Import:

import { getVersionUpdateType } from 'obsidian-dev-utils/script-utils/version';

Signature:

function getVersionUpdateType(versionUpdateType: string): VersionUpdateType

Parameters:

ParameterTypeDescription
versionUpdateTypestringThe input string representing the version update type.

Returns: VersionUpdateType — The corresponding VersionUpdateType.