| Current Path : /home/deltalab/PMS/logistic-backend/node_modules/rxjs/dist/cjs/internal/util/ |
| Current File : //home/deltalab/PMS/logistic-backend/node_modules/rxjs/dist/cjs/internal/util/isDate.js |
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isValidDate = void 0;
function isValidDate(value) {
return value instanceof Date && !isNaN(value);
}
exports.isValidDate = isValidDate;
//# sourceMappingURL=isDate.js.map