UNPKG

haz-touch

Version:
27 lines (16 loc) 407 B
# haz-touch [![Build Status](https://travis-ci.org/hemanth/haz-touch.svg?branch=master)](https://travis-ci.org/hemanth/haz-touch) > Is it a touchable device? ![haz-touch](./haz.jpg) ## Install ``` $ npm install --save haz-touch ``` ## Usage ```js var hazTouch = require('haz-touch'); if(hazTouch) { console.log('Hurrey! I can haz touch'); } ``` ## License MIT © [hemanth.hm](http://h3manth.com)