UNPKG

@gecut/utilities

Version:

The ultimate utility toolkit from Gecut Company, crafted with TypeScript for optimal speed and efficiency. Designed to boost productivity with a suite of fast and optimized tools.

4 lines 152 B
export function hasTouchSupport() { return 'ontouchstart' in window || navigator.maxTouchPoints > 0; } //# sourceMappingURL=mobile-or-desktop.js.map