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

    Type Alias GlobalAsyncPropertyHookFunction

    GlobalAsyncPropertyHookFunction: (() => Promise<unknown>) | (() => void)

    Type of legal hook function that can be used in the global parameter asyncBeforeEach and/or asyncAfterEach

    Since 2.3.0