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

    Type Alias WithToStringMethod

    Interface to implement for toStringMethod

    Since 2.17.0

    type WithToStringMethod = {
        "[toStringMethod]": () => string;
    }
    Index

    Properties

    Properties

    "[toStringMethod]": () => string