• Semver utility function that handles the special case where version is 'stable'

    Parameters

    • version: string

      The version to compare

    • targetVersion: string

      The target version to compare against

    Returns boolean

    true if version is 'stable', otherwise returns version < targetVersion

Generated using TypeDoc