Hex Core JS
    Preparing search index...

    Function orderedDiffPartStrings

    • Returns a version diff if the current version is higher than the original. If original is higher than current, returns null.

      Parameters

      • original: string | undefined

        The original version string.

      • current: string | undefined

        The current version string.

      Returns PreRelease | Patch | Minor | Major | null