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

Function trim

packages/zod/src/v4/classic/schemas.ts:438–440  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

436 return this.check(checks.uppercase(params));
437 },
438 trim() {
439 return this.check(checks.trim());
440 },
441 normalize(...args) {
442 return this.check(checks.normalize(...args));
443 },

Callers

nothing calls this directly

Calls 2

checkMethod · 0.65
trimMethod · 0.65

Tested by

no test coverage detected