UNPKG

naive-ui

Version:

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

3 lines 97 B
export function isTouchEvent(e) { return window.TouchEvent && e instanceof window.TouchEvent; }