UNPKG

detect-features

Version:

Detect and report browser and hardware features.

10 lines (8 loc) 177 B
// @ts-check /** * Tests for Layout Worklet support * * @returns {boolean} */ // @ts-ignore export default (() => (!!window.CSS && !!window.CSS.layoutWorklet) || false)();