UNPKG

@uppy/utils

Version:

Shared utility functions for Uppy Core and plugins maintained by the Uppy team.

4 lines (3 loc) 120 B
export default function isTouchDevice(): boolean { return 'ontouchstart' in window || 'maxTouchPoints' in navigator }