Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ isNumber
Function
isNumber
packages/effect/src/Predicate.ts:355–355 ·
view source on GitHub ↗
(input: unknown)
Source
from the content-addressed store, hash-verified
353
* @since 2.0.0
354
*/
355
export
const
isNumber = (input: unknown): input is number => typeof input ===
"number"
356
357
/**
358
* A refinement that checks
if
a value is a `boolean`.
Callers
3
isPropertyKey
Function · 0.85
decode
Function · 0.85
make
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected