Function min

Validates that a string's length is at least the specified value.

`@min(3) username: string;`
  • Parameters

    • value: number

      Minimum length required

    Returns PropertyDecorator