source:
trip-planner-front/node_modules/rxjs/_esm2015/internal/util/isDate.js@
59329aa
Last change on this file since 59329aa was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 120 bytes |
Line | |
---|---|
1 | export function isDate(value) { |
2 | return value instanceof Date && !isNaN(+value); |
3 | } |
4 | //# sourceMappingURL=isDate.js.map |
Note:
See TracBrowser
for help on using the repository browser.