Constraints to be applied on bigInt
Since 2.6.0
Optional
Upper bound for the generated bigints (eg.: -2n, 2147483647n, BigInt(Number.MAX_SAFE_INTEGER))
Lower bound for the generated bigints (eg.: -5n, 0n, BigInt(Number.MIN_SAFE_INTEGER))
Constraints to be applied on bigInt
Remarks
Since 2.6.0