UNPKG

@helpscout/hsds-react

Version:

React component library for Help Scout's Design System

12 lines (9 loc) 274 B
"use strict"; exports.__esModule = true; exports.isIntersectionObserverSupported = isIntersectionObserverSupported; function isIntersectionObserverSupported() { if (typeof window === 'object' && 'IntersectionObserver' in window) { return true; } return false; }