Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ isNumber
Function
isNumber
packages/effect/src/Predicate.ts:589–591 ·
view source on GitHub ↗
(input: unknown)
Source
from the content-addressed store, hash-verified
587
* @since 2.0.0
588
*/
589
export
function
isNumber(input: unknown): input is number {
590
return
typeof input ===
"number"
591
}
592
593
/**
594
* Checks whether a value is a `boolean`.
Callers
1
isPropertyKey
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected