bupkis
    Preparing search index...

    Type Alias AssertionImplAsync<Parts>

    AssertionImplAsync:
        | AssertionImplFnAsync<Parts>
        | AssertionImplSchemaAsync<Parts>

    Union type representing any async assertion implementation.

    This encompasses both function-based and schema-based implementations for asynchronous assertions, providing a type-safe way to handle async assertion logic.

    Type Parameters

    • Parts extends AssertionParts

      The assertion parts defining the structure