Skip to main content
Module

x/zod/index.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.20.0/index.ts";

Type Parameters

T extends ZodTypeAny

Parameters

target: T

Returns

ZodPipeline<this, T>