/** * Tests for fetch support */ export default (() => !!window.fetch || false)();