UNPKG

@atlassian/aui

Version:

Atlassian User Interface Framework

6 lines (4 loc) 179 B
'use strict'; var DocumentTouch = window.DocumentTouch; var hasTouch = ('ontouchstart' in window) || DocumentTouch && document instanceof DocumentTouch; export default hasTouch;