Constraints to be applied on nat

Since 2.6.0

interface NatConstraints {
    max?: number;
}

Properties

Properties

max?: number

Upper bound for the generated postive integers (included)

0x7fffffff

Since 2.6.0