UNPKG

zod

Version:

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

8 lines (7 loc) 237 B
import type * as errors from "../core/errors.js"; export declare const parsedType: (data: any) => string; declare const error: errors.$ZodErrorMap; export { error }; export default function (): { localeError: errors.$ZodErrorMap; };