has-hover
v1.0.1
Published
Check if hover is available on the current device
Downloads
797,261
Readme
has-hover
Check if hover is available on the current device.
const isHover = require('has-hover')
if (!isHover) {
//do touch-only routine
}
If you find edge case, please address issues.