Hex Core JS
    Preparing search index...

    Function diffPartStrings

    • Returns a version diff without considering which version is higher than the other (symmetric comparison).

      Parameters

      • v1: string | undefined

        The first version string to compare.

      • v2: string | undefined

        The second version string to compare.

      Returns PreRelease | Patch | Minor | Major | null