UNPKG

react-dates-rtl

Version:

Based on react-dates by airbnb [with RTL support]

7 lines 269 B
Object.defineProperty(exports, "__esModule", { value: true }); exports['default'] = isTouchDevice; function isTouchDevice() { return !!(typeof window !== 'undefined' && 'ontouchstart' in window) || !!(typeof navigator !== 'undefined' && navigator.maxTouchPoints); }