BUPKIS
    Preparing search index...

    Type Alias ExpectItFunction<Parts>

    ExpectItFunction: (
        ...args: MutableOrReadonly<TupleTail<SlotsFromParts<Parts>>>,
    ) => Parts[0] extends StandardSchemaV1<infer Input>
        ? ExpectItExecutor<Input>
        : ExpectItExecutor<unknown>

    The function part of ExpectIt.

    Type Parameters

    Type Declaration