UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

8 lines (7 loc) 238 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isTouchEvent = void 0; function isTouchEvent(e) { return window.TouchEvent && e instanceof window.TouchEvent; } exports.isTouchEvent = isTouchEvent;