API Reference | fast-check | Property based testing framework
    Preparing search index...

    Interface NatConstraints

    Constraints to be applied on nat

    Since 2.6.0

    interface NatConstraints {
        max?: number;
    }
    Index

    Properties

    Properties

    max?: number

    Upper bound for the generated postive integers (included)

    0x7fffffff
    

    Since 2.6.0