Function exclusiveMinimum

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

`@exclusiveMinimum(0) positiveNumber: number;`
  • Parameters

    • value: number

      Minimum value allowed (exclusive)

    Returns PropertyDecorator