UNPKG

zod

Version:

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

6 lines (5 loc) 178 B
import type * as errors from "../core/errors.cjs"; export declare const parsedType: (data: any) => string; export default function (): { localeError: errors.$ZodErrorMap; };