UNPKG

jcore-ui

Version:

jcore-ui - components for building an interface

7 lines 232 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isTouchDevice() { return window.ontouchstart !== undefined; } exports.default = isTouchDevice; //# sourceMappingURL=isTouchDevice.js.map