utility that returns whether the browser supports touch events or not
npm install has-touch> Touch support detection module on npm
``sh`
$ npm install --save has-touch
`js
var hasTouch = require('has-touch')
hasTouch === true || hasTouch === false
``