Package Exports
- haz-touch
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (haz-touch) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
haz-touch 
Is it a touchable device?
Install
$ npm install --save haz-touch
Usage
var hazTouch = require('haz-touch');
if(hazTouch) {
console.log('Hurrey! I can haz touch');
}
License
MIT © hemanth.hm