Skip to main content
Module

x/doz/mod.ts>ZodTypes

Deno-supporting branch of Zod, a TypeScript-first schema validation library with static type inference.
Latest
enum ZodTypes
Re-export
import { ZodTypes } from "https://deno.land/x/doz@v3-snapshot-2021-01-21/mod.ts";

Members

any = "any"
array = "array"
bigint = "bigint"
boolean = "boolean"
date = "date"
enum = "enum"
function = "function"
intersection = "intersection"
lazy = "lazy"
literal = "literal"
map = "map"
nativeEnum = "nativeEnum"
never = "never"
null = "null"
nullable = "nullable"
number = "number"
object = "object"
optional = "optional"
promise = "promise"
record = "record"
string = "string"
transformer = "transformer"
tuple = "tuple"
undefined = "undefined"
union = "union"
unknown = "unknown"
void = "void"