Type Alias: AsyncPropertyHookFunction
AsyncPropertyHookFunction = ((
previousHookFunction) =>Promise<unknown>) | ((previousHookFunction) =>void)
Defined in: packages/fast-check/src/check/property/AsyncProperty.generic.ts:23
Type of legal hook function that can be used to call beforeEach or afterEach
on a IAsyncPropertyWithHooks
Remarks
Since 2.2.0