JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 125
  • Score
    100M100P100Q78952F
  • License MIT

Is it a touchable device?

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 Build Status

Is it a touchable device?

haz-touch

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