Returns true if the given argument is an instance of Date
isDate('foo bar'); // false
isDate(new Date()); // true
Generated using TypeDoc
Returns true if the given argument is an instance of Date
Example
Example