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

Function pipe

packages/zod/src/v4/classic/schemas.ts:328–330  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

326 return _catch(this, params);
327 },
328 pipe(target) {
329 return pipe(this, target);
330 },
331 readonly() {
332 return readonly(this);
333 },

Callers 1

transformFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected