Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/colinhacks/zod
/ onumber
Function
onumber
packages/zod/src/v3/types.ts:5081–5081 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5079
const
pipelineType = ZodPipeline.create;
5080
const
ostring = () => stringType().optional();
5081
const
onumber = () => numberType().optional();
5082
const
oboolean = () => booleanType().optional();
5083
5084
export
const
coerce = {
Callers
nothing calls this directly
Calls
1
optional
Method · 0.80
Tested by
no test coverage detected