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

Method trim

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

Source from the content-addressed store, hash-verified

386
387 // transforms
388 trim(): this;
389 normalize(form?: "NFC" | "NFD" | "NFKC" | "NFKD" | (string & {})): this;
390 toLowerCase(): this;
391 toUpperCase(): this;

Callers 15

attw.test.tsFile · 0.65
example.tsFile · 0.65
example-mini.tsFile · 0.65
_parseMethod · 0.65
string.test.tsFile · 0.65
preprocess.test.tsFile · 0.65
trimFunction · 0.65
string.test.tsFile · 0.65
codec.test.tsFile · 0.65
prefault.test.tsFile · 0.65
preprocess.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected