bupkis
    Preparing search index...

    Type Alias AssertionImplSync<Parts>

    Union type for all synchronous assertion implementations.

    This represents either a function-based or schema-based implementation for synchronous assertions. Function implementations provide custom validation logic, while schema implementations use Zod schemas for validation.

    Type Parameters

    • Parts extends AssertionParts

      The assertion parts tuple defining the assertion structure