Skip to main content
Module

x/zod/types.ts>ZodSchema#pipe

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

Type Parameters

T extends ZodTypeAny

Parameters

target: T

Returns

ZodPipeline<this, T>