Since 1.9.0
For bigint between min (included) and max (included)
Lower bound for the generated bigints (eg.: -5n, 0n, BigInt(Number.MIN_SAFE_INTEGER))
Upper bound for the generated bigints (eg.: -2n, 2147483647n, BigInt(Number.MAX_SAFE_INTEGER))
Since 1.9.0
For bigint between min (included) and max (included)
Constraints to apply when building instances
Since 2.6.0
Generated using TypeDoc
For bigint