@alextheman/utility - v4.3.5
    Preparing search index...

    Function determineVersionType

    • Determines whether the given version is a major, minor, or patch version.

      Parameters

      • version: string

        The version number.

      Returns VersionType

      Either "major", "minor", or "patch", depending on the version type.

      This function does not support the new class-based handling of VersionNumber. Please use new VersionNumber(version).type instead.