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

    Interface FalsyContraints

    Constraints to be applied on falsy

    Since 1.26.0

    interface FalsyContraints {
        withBigInt?: boolean;
    }
    Index

    Properties

    Properties

    withBigInt?: boolean

    Enable falsy bigint value

    Since 1.26.0