Constraints to be applied on bigUint

Remarks

Since 2.6.0

interface BigUintConstraints {
    max?: bigint;
}

Properties

Properties

max?: bigint

Upper bound for the generated bigints (eg.: 2147483647n, BigInt(Number.MAX_SAFE_INTEGER))

Remarks

Since 2.6.0