source:
trip-planner-front/node_modules/rxjs/internal/util/isDate.js@
8d391a1
Last change on this file since 8d391a1 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 215 bytes |
Line | |
---|---|
1 | "use strict"; |
2 | Object.defineProperty(exports, "__esModule", { value: true }); |
3 | function isDate(value) { |
4 | return value instanceof Date && !isNaN(+value); |
5 | } |
6 | exports.isDate = isDate; |
7 | //# sourceMappingURL=isDate.js.map |
Note:
See TracBrowser
for help on using the repository browser.