UNPKG

zod-error

Version:

Utilities to format and customize Zod error messages

9 lines (8 loc) 214 B
/** * Gets a error delimiter. * Defaults to |. * @export * @param {(string | undefined)} delimiter * @return {*} {string} */ export declare function getErrorDelimiter(delimiter: string | undefined): string;