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

Method toUpperCase

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

Source from the content-addressed store, hash-verified

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

Callers 15

index.tsFile · 0.65
_parseMethod · 0.65
string.test.tsFile · 0.65
map.test.tsFile · 0.65
error.test.tsFile · 0.65
catch.test.tsFile · 0.65
all-errors.test.tsFile · 0.65
default.test.tsFile · 0.65
toUpperCaseFunction · 0.65
index.test.tsFile · 0.65
string.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected