Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

z.ZodUndefined

import { z } from "https://esm.sh/zod@3.25.76/index.d.cts"; 

const { ZodUndefined } = z;
class ZodUndefined extends ZodType<undefined, ZodUndefinedDef, undefined> {
params?: RawCreateParams;
 
_parse(input: ParseInput): ParseReturnType<this["_output"]>;
 
static create: (params?: RawCreateParams) => ZodUndefined;
}

§Extends

§
ZodType<undefined, ZodUndefinedDef, undefined>
[src]

§Properties

§Methods

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

§Static Properties

§
create: (params?: RawCreateParams) => ZodUndefined
[src]