UNPKG

detect-passive-events

Version:

Detect if the browser supports passive events

16 lines (10 loc) 330 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var detectIt = require('detect-it'); Object.defineProperty(exports, 'supportsPassiveEvents', { enumerable: true, get: function () { return detectIt.supportsPassiveEvents; } }); //# sourceMappingURL=detect-passive-events.cjs.development.js.map