UNPKG

@uppy/utils

Version:

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

3 lines 111 B
export default function isTouchDevice() { return 'ontouchstart' in window || 'maxTouchPoints' in navigator; }