UNPKG

@jrc03c/js-math-tools

Version:
6 lines (4 loc) 104 B
function isDate(x) { return x instanceof Date && x.toString() !== "Invalid Date" } export { isDate }