Skip to main content
Module

x/zod/external.ts>ZodAny

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

Properties

_any: true

Methods

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

Static Properties

create: (params?: RawCreateParams) => ZodAny