IsDateLike
cartographer / isDateLike
Function: isDateLike()
Section titled “Function: isDateLike()”isDateLike(
value): value is string | number | Date
Defined in: types/types.ts:11
Type guard: Check if value can be converted to a Date
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”value is string | number | Date