# has-touch

> Touch support detection module on npm

## Install

```sh
$ npm install --save has-touch
```

## Usage

```js
var hasTouch = require('has-touch')

hasTouch === true || hasTouch === false
```
