blob: a6de4b7e137af37cbe4d17e92c214f20f5d67a7a [file] [log] [blame]
/** PURE_IMPORTS_START PURE_IMPORTS_END */
export function isDate(value) {
return value instanceof Date && !isNaN(+value);
}
//# sourceMappingURL=isDate.js.map