Files
JiboSDK/node_modules/has-touch/index.js

1 line
104 B
JavaScript
Raw Normal View History

2026-03-22 03:21:45 +02:00
module.exports = 'ontouchstart' in global || (global.DocumentTouch && document instanceof DocumentTouch)