is-touch-device
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/is-touch-device package

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i is-touch-device

Weekly Downloads

355,411

Version

1.0.1

License

MIT

Last publish

Collaborators

  • brieb
  • airbnbeng
  • lencioni
  • ljharb
  • majapw