UI5 Version Check - v0.2.0
    Preparing search index...

    Type Alias UI5VersionInfo

    Information about UI5 version

    type UI5VersionInfo = {
        patchUpdates: boolean;
        semver: semver.SemVer;
        strVer: string;
        toPatchUpdateVers: () => string;
    }
    Index

    Properties

    patchUpdates: boolean

    Indicates if the version allows patch updates (i.e. 1.71.*)

    semver: semver.SemVer

    Semantic version

    strVer: string

    string reprentation of the version

    toPatchUpdateVers: () => string

    Conversion of concrete version to patch update version