Skip to main content
Module

x/zod/external.ts>ZodNaN

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

Methods

_parse(input: ParseInput): ParseReturnType<any>

Static Properties

create: (params?: RawCreateParams) => ZodNaN