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

    Type Alias StringMatchingConstraints

    Constraints to be applied on the arbitrary stringMatching

    Since 3.10.0

    type StringMatchingConstraints = {
        size?: SizeForArbitrary;
    }
    Index

    Properties

    Properties

    Define how large the generated values should be (at max)

    Since 3.10.0