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

Method normalize

packages/zod/src/v4/classic/schemas.ts:389–389  ·  view source on GitHub ↗
(form?: "NFC" | "NFD" | "NFKC" | "NFKD" | (string & {}))

Source from the content-addressed store, hash-verified

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

Callers 2

normalizeFunction · 0.80
_normalizeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected