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

    Function asyncProperty

    • Instantiate a new fast-check#IAsyncProperty

      Type Parameters

      • Ts extends [unknown, ...unknown[]]

      Parameters

      • ...args: [
            ...arbitraries: { [K in string
            | number
            | symbol]: Arbitrary<Ts[K<K>]> }[],
            predicate: (...args: Ts) => Promise<boolean | void>,
        ]

      Returns IAsyncPropertyWithHooks<Ts>

      Since 0.0.7