UNPKG

zod

Version:

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

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