is-touch-device

Is the current JS environment a touch device?


Keywords
touch, is, documenttouch, maxtouchpoints, msmaxtouchpoints, touchpoints, ontouchstart
License
MIT
Install
npm install is-touch-device@1.0.1

Documentation

is-touch-device Version Badge

Build Status dependency status dev dependency status License Downloads

npm badge

Is the current JS environment a touch device?

Usage

var isTouchDevice = require('is-touch-device');
var assert = require('assert');

assert.equal(typeof isTouchDevice(), 'boolean');