bupkis
    Preparing search index...

    Type Alias AssertionImplPart<Part>

    AssertionImplPart: Part extends PhraseLiteral
    | PhraseLiteralChoice
        ? never
        : Part extends z.ZodPromise
            ? Promise<z.core.output<Part>>
            : z.core.output<Part>

    Maps an AssertionPart to a parameter to an AssertionImpl.

    This omits Phrase parts, which are not received by the implementation.

    Type Parameters