Skip to main content

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

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

Returns

IAsyncPropertyWithHooks<Ts>

Remarks

Since 0.0.7