UNPKG

detect-features

Version:

Detect and report browser and hardware features.

9 lines (7 loc) 128 B
// @ts-check /** * Tests for gamepad support * * @returns {boolean} */ export default (() => !!window.Gamepad || false)();