UNPKG

domassist

Version:
7 lines (5 loc) 168 B
/* global DocumentTouch */ export default function isTouch() { return (('ontouchstart' in window) || window.DocumentTouch && document instanceof DocumentTouch); }