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): VersionUpdateTypeParameters:
| Parameter | Type | Description |
|---|---|---|
versionUpdateType | string | The input string representing the version update type. |
Returns: VersionUpdateType — The corresponding VersionUpdateType.