UNPKG

zod

Version:

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

5 lines (4 loc) 121 B
import type * as errors from "../core/errors.js"; export default function (): { localeError: errors.$ZodErrorMap; };