Skip to main content
Module

x/zod/mod.ts>ZodSchema#and

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

Type Parameters

T extends ZodTypeAny

Parameters

incoming: T

Returns

ZodIntersection<this, T>