is-touch-device

v1.0.1
Is the current JS environment a touch device?
touch is documenttouch maxtouchpoints msmaxtouchpoints touchpoints ontouchstart

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');
npm i is-touch-device

Metadata

  • MIT
  • Whatever
  • Jordan Harband
  • released 6/18/2017

Downloads