Skip to main content
Module

x/zod/types.ts>ZodType#pipe

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

Type Parameters

T extends ZodTypeAny

Parameters

target: T

Returns

ZodPipeline<this, T>