UNPKG

zod

Version:

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

3 lines (2 loc) 151 B
export declare type Primitive = string | number | symbol | bigint | boolean | null | undefined; export declare type Scalars = Primitive | Primitive[];