UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

6 lines (5 loc) 210 B
import type { ZodError } from "#compiled/zod/index.js"; /** * Formats one zod validation error into a concise single-message string. */ export declare function formatValidationError(error: ZodError): string;