Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ isNumber
Function
isNumber
packages/zone.js/lib/common/utils.ts:550–552 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
548
}
549
550
export
function
isNumber(value: unknown): value is number {
551
return
typeof value ===
'number'
;
552
}
Callers
2
scheduleTask
Function · 0.90
patchTimer
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…