18 lines
205 B
Markdown
18 lines
205 B
Markdown
|
|
# 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
|
||
|
|
```
|