UNPKG

react-dates

Version:

A responsive and accessible date range picker component built with React

5 lines (4 loc) 188 B
export default function isTouchDevice() { return !!(typeof window !== 'undefined' && 'ontouchstart' in window) || !!(typeof navigator !== 'undefined' && navigator.maxTouchPoints); }