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

ZodNaN

import { ZodNaN } from "https://esm.sh/zod@3.25.76/index.d.cts";
class ZodNaN extends ZodType<number, ZodNaNDef, number> {
_parse(input: ParseInput): ParseReturnType<any>;
 
static create: (params?: RawCreateParams) => ZodNaN;
}

§Extends

§
ZodType<number, ZodNaNDef, number>
[src]

§Methods

§
_parse(input: ParseInput): ParseReturnType<any>
[src]

§Static Properties

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