BigIntExtension
BigIntExtension =
object
Extension methods for bigint constraints.
Since
2.0.0
Properties
min(): (min, errorMessage?) => BigIntConstraint
min:
bigint
errorMessage?:string
Returns:BigIntConstraint
max(): (max, errorMessage?) => BigIntConstraint
max:
bigint
errorMessage?:string
Returns:BigIntConstraint
positive(): (errorMessage?) => BigIntConstraint
errorMessage?:
string
Returns:BigIntConstraint
negative(): (errorMessage?) => BigIntConstraint
errorMessage?:
string
Returns:BigIntConstraint