Function numberParam

  • Parameters

    • description: string
    • min: number
    • max: number
    • required: boolean = true

    Returns ((target, propertyKey, parameterIndex) => void)

      • (target, propertyKey, parameterIndex): void
      • Parameters

        • target: any
        • propertyKey: string | symbol
        • parameterIndex: number

        Returns void