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