Module

x/zod/mod.ts>z.Schema#pipe

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method z.Schema.prototype.pipe
import { z } from "https://dotland.deno.dev/x/zod@v3.20/mod.ts";
const { Schema } = z;

Type Parameters

T extends ZodTypeAny

Parameters

target: T

Returns

ZodPipeline<this, T>