• Check if given version is less than a baseline

    Versions must be in semver format: X.Y.Z (Major.Minor.Patch)

    Parameters

    • check: string

      The version to check

    • baseline: string

      The minimum version considered supported

    Returns boolean

    If version is not in a numeric-only semver format