UNPKG

zod

Version:

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

3 lines (2 loc) 116 B
import * as z from './types/base'; export declare const ZodParser: <T>(schemaDef: z.ZodTypeDef) => (obj: any) => T;