UNPKG

detect-features

Version:

Detect and report browser and hardware features.

10 lines (8 loc) 150 B
// @ts-check /** * Tests for WebAssembly support * * @returns {boolean} */ // @ts-ignore export default (() => !!window.WebAssembly || false)();