Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/netzo/deps/zod/mod.ts>ZodAny

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
class ZodAny
extends ZodType<any, ZodAnyDef>
import { ZodAny } from "https://deno.land/x/netzo@0.4.87/deps/zod/mod.ts";

Properties

_any: true

Methods

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

Static Properties

create: (params?: RawCreateParams) => ZodAny