BUPKIS
    Preparing search index...

    Type Alias ExpectItFunction<Parts>

    ExpectItFunction: (
        ...args: MutableOrReadonly<TupleTail<SlotsFromParts<Parts>>>,
    ) => Parts[0] extends z.ZodType ? ExpectItExecutor<Parts[0]> : never

    The function part of ExpectIt.

    Type Parameters

    Type Declaration