MCPcopy 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
550export function isNumber(value: unknown): value is number {
551 return typeof value === 'number';
552}

Callers 2

scheduleTaskFunction · 0.90
patchTimerFunction · 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…