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