Skip to main content
Module

x/zod/external.ts>ZodType#and

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method ZodType.prototype.and
Re-export
import { ZodType } from "https://deno.land/x/zod@v3.19.1/external.ts";

Type Parameters

T extends ZodTypeAny

Parameters

incoming: T

Returns

ZodIntersection<this, T>