minor adjustment to readme
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / rxjs / _esm5 / internal / util / isDate.js
1 /** PURE_IMPORTS_START  PURE_IMPORTS_END */
2 export function isDate(value) {
3     return value instanceof Date && !isNaN(+value);
4 }
5 //# sourceMappingURL=isDate.js.map