UNPKG

jcore-ui

Version:

jcore-ui - components for building an interface

5 lines (4 loc) 108 B
function isTouchDevice() { return window.ontouchstart !== undefined; } export default isTouchDevice