UNPKG

@uppy/utils

Version:

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

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