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

Method toLowerCase

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

Source from the content-addressed store, hash-verified

388 trim(): this;
389 normalize(form?: "NFC" | "NFD" | "NFKC" | "NFKD" | (string & {})): this;
390 toLowerCase(): this;
391 toUpperCase(): this;
392 slugify(): this;
393}

Callers 12

normalizeTabValueFunction · 0.65
"~validate"Function · 0.65
_parseMethod · 0.65
string.test.tsFile · 0.65
toLowerCaseFunction · 0.65
string.test.tsFile · 0.65
preprocess.test.tsFile · 0.65
catch.test.tsFile · 0.65
slugifyFunction · 0.65
_toLowerCaseFunction · 0.65
_stringboolFunction · 0.65

Calls

no outgoing calls

Tested by 1

normalizeTabValueFunction · 0.52