UNPKG

zod

Version:

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

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