function isDate
Jump to headingisDate(object: unknown): object is Date
Returns true
if the value is a built-in Date
instance.
util.types.isDate(new Date()); // Returns true
Parameters Jump to heading
Jump to headingobject: unknown
Return Type Jump to heading
object is Date