Function: asyncProperty()
asyncProperty<
Ts>(...args):IAsyncPropertyWithHooks<Ts>
Defined in: packages/fast-check/src/check/property/AsyncProperty.ts:15
Instantiate a new fast-check#IAsyncProperty
Type Parameters
| Type Parameter |
|---|
Ts extends [unknown, ...unknown[]] |
Parameters
| Parameter | Type |
|---|---|
...args | [...arbitraries: { [K in string | number | symbol]: Arbitrary<Ts[K]> }[], (...args) => Promise<boolean | void>] |
Returns
Remarks
Since 0.0.7