bupkis
    Preparing search index...

    Interface $ZodCheckEndsWith

    interface $ZodCheckEndsWith {
        _zod: $ZodCheckEndsWithInternals;
        def: $ZodCheckDef;
        issc?: $ZodIssueBase;
        onattach: ((schema: z.core.$ZodType) => void)[];
        check(payload: ParsePayload<string>): MaybeAsync<void>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    The set of issues this check might throw.

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

    Methods