MCPcopy
hub / github.com/colinhacks/zod / pipe

Method pipe

packages/zod/src/v4/classic/schemas.ts:179–179  ·  view source on GitHub ↗
(
    target: T | core.$ZodType<any, core.output<this>>
  )

Source from the content-addressed store, hash-verified

177 catch(def: core.output<this>): ZodCatch<this>;
178 catch(def: (ctx: core.$ZodCatchCtx) => core.output<this>): ZodCatch<this>;
179 pipe<T extends core.$ZodType<any, core.output<this>>>(
180 target: T | core.$ZodType<any, core.output<this>>
181 ): ZodPipe<this, T>;
182 readonly(): ZodReadonly<this>;

Callers 15

index.tsFile · 0.80
valibot-string.tsFile · 0.80
pipeline.test.tsFile · 0.80
index.test.tsFile · 0.80
pipeFunction · 0.80
record.test.tsFile · 0.80
custom.test.tsFile · 0.80
pipe.test.tsFile · 0.80
preprocess.test.tsFile · 0.80
catch.test.tsFile · 0.80

Calls

no outgoing calls

Tested by 1

pipeFunction · 0.64