UNPKG

zod

Version:

TypeScript-first schema declaration and validation library with static type inference

6 lines (5 loc) 158 B
import type * as errors from "../core/errors.js"; /** @deprecated Use `uk` instead. */ export default function (): { localeError: errors.$ZodErrorMap; };