Skip to main content
Module

x/zod/types.ts>ZodAny

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
class ZodAny
extends ZodType<any, ZodAnyDef, any>
import { ZodAny } from "https://deno.land/x/zod@v3.23.6/types.ts";

Properties

_any: true

Methods

_parse(input: ParseInput): ParseReturnType<this["_output"]>

Static Properties

create: (params?: RawCreateParams) => ZodAny