UNPKG

zod-error

Version:

Utilities to format and customize Zod error messages

4 lines (3 loc) 188 B
import { ErrorMessageOptions } from '../../types'; import { z } from 'zod'; export declare function getPathString(path: z.ZodIssue['path'], options?: ErrorMessageOptions['path']): string;