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

    Type Alias WithAsyncToStringMethod

    Interface to implement for asyncToStringMethod

    Since 2.17.0

    type WithAsyncToStringMethod = {
        "[asyncToStringMethod]": () => Promise<string>;
    }
    Index

    Properties

    "[asyncToStringMethod]": () => Promise<string>