Function exclusiveMaximum

Validates that a number is strictly less than the specified value.

`@exclusiveMaximum(100) score: number;`
  • Parameters

    • value: number

      Maximum value allowed (exclusive)

    Returns PropertyDecorator