Skip to main content
Module

x/zod/external.ts>ZodDate

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

Methods

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

Static Properties

create: (params?: RawCreateParams) => ZodDate