UNPKG

vuestic-ui

Version:
11 lines (10 loc) 223 B
const isRange = (date) => { if (date === null) { return false; } return typeof date === "object" && ("start" in date || "end" in date); }; export { isRange as i }; //# sourceMappingURL=model-value-parser.js.map