bupkis
    Preparing search index...

    Interface $ZodCheckBigIntFormatInternals

    interface $ZodCheckBigIntFormatInternals {
        def: $ZodCheckBigIntFormatDef;
        issc: $ZodIssueTooBig<"bigint"> | $ZodIssueTooSmall<"bigint">;
        onattach: ((schema: z.core.$ZodType) => void)[];
        check(payload: ParsePayload<bigint>): MaybeAsync<void>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    issc: $ZodIssueTooBig<"bigint"> | $ZodIssueTooSmall<"bigint">

    The set of issues this check might throw.

    onattach: ((schema: z.core.$ZodType) => void)[]

    Methods