Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/colinhacks/zod
/ number
Method
number
packages/zod/src/v3/tests/Mocker.ts:15–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
return
Math.random().toString(36).substring(7);
14
}
15
get number(): number {
16
return
Math.random() * 100;
17
}
18
get bigint(): bigint {
19
return
BigInt(Math.floor(Math.random() * 10000));
20
}
Callers
15
index.ts
File · 0.80
index.ts
File · 0.80
zod-mini-full.ts
File · 0.80
zod3-full.ts
File · 0.80
zod3-object.ts
File · 0.80
zod-full.ts
File · 0.80
zod-object.ts
File · 0.80
valibot-object.ts
File · 0.80
zod-mini-object.ts
File · 0.80
object-setup.ts
File · 0.80
safeparse.ts
File · 0.80
object-moltar-jitless.ts
File · 0.80
Calls
no outgoing calls
Tested by
3
base
Function · 0.64
base
Function · 0.64
stringToNumber
Function · 0.64