Bhanditz / is-touch-device

Is the current JS environment a touch device?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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');

About

Is the current JS environment a touch device?

License:MIT License


Languages

Language:JavaScript 100.0%