UNPKG

detect-features

Version:

Detect and report browser and hardware features.

4 lines (3 loc) 97 B
export default (() => { return !!(window.performance && window.performance.now) || false; })();