Function isWildCardArvoSematicVersion

Checks if a version is the special wildcard version. Validates that the input is both a valid semantic version and matches the wildcard value.

  • Parameters

    • version: `${number}.${number}.${number}`

      Semantic version to check

    Returns boolean

    True if version is the wildcard version, false otherwise