Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ isDate
Function
isDate
packages/common/src/i18n/format_date.ts:999–1001 ·
view source on GitHub ↗
(value: any)
Source
from the content-addressed store, hash-verified
997
}
998
999
export
function
isDate(value: any): value is Date {
1000
return
value instanceof Date && !isNaN(value.valueOf());
1001
}
Callers
2
format_date_spec.ts
File · 0.90
toDate
Function · 0.85
Calls
1
valueOf
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…