Skip to main content
Module

x/zod/mod.ts>ZodUnknown

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
class ZodUnknown
extends ZodType<unknown, ZodUnknownDef, unknown>
import { ZodUnknown } from "https://deno.land/x/zod@v3.23.7/mod.ts";

Properties

_unknown: true

Methods

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

Static Properties

create: (params?: RawCreateParams) => ZodUnknown