UNPKG

@uppy/utils

Version:

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

6 lines 198 B
/** * Checks if current device reports itself as “mobile”. * Very simple, not very reliable. */ export default function isMobileDevice(): boolean; //# sourceMappingURL=isMobileDevice.d.ts.map