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

Method strip

packages/zod/src/v4/classic/schemas.ts:1397–1397  ·  view source on GitHub ↗

This is the default behavior. This method call is likely unnecessary.

()

Source from the content-addressed store, hash-verified

1395
1396 /** This is the default behavior. This method call is likely unnecessary. */
1397 strip(): ZodObject<Shape, core.$strip>;
1398
1399 extend<U extends core.$ZodLooseShape>(shape: U): ZodObject<util.Extend<Shape, util.Writeable<U>>, Config>;
1400

Callers 2

object.test.tsFile · 0.65
object.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected