MCPcopy
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
999export function isDate(value: any): value is Date {
1000 return value instanceof Date && !isNaN(value.valueOf());
1001}

Callers 2

toDateFunction · 0.85

Calls 1

valueOfMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…