UNPKG

@edtr-io/plugin-text

Version:
7 lines (6 loc) 151 B
export function isTouchDevice() { return ( typeof window !== 'undefined' && ('ontouchstart' in window || navigator.maxTouchPoints > 0) ) }