Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/colinhacks/zod
/ normalize
Function
normalize
packages/zod/src/v4/classic/schemas.ts:441–443 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
439
return
this.check(checks.trim());
440
},
441
normalize(...args) {
442
return
this.check(checks.normalize(...args));
443
},
444
toLowerCase() {
445
return
this.check(checks.toLowerCase());
446
},
Callers
nothing calls this directly
Calls
2
normalize
Method · 0.80
check
Method · 0.65
Tested by
no test coverage detected