Repository URL to install this package:
|
Version:
8.0.0-rc.3 ▾
|
export default function() {
return (
!!(
typeof window !== 'undefined' &&
('ontouchstart' in window ||
(window.DocumentTouch && typeof document !== 'undefined' && document instanceof window.DocumentTouch))
) || !!(typeof navigator !== 'undefined' && (navigator.maxTouchPoints || navigator.msMaxTouchPoints))
);
}