UNPKG

@custonomy/community-sdk

Version:

Custonomy Lib for Community

10 lines 431 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isNativeEventSourceAvailable = void 0; function isNativeEventSourceAvailable() { const isBrowser = typeof window !== 'undefined'; const isEventSourceAvailable = isBrowser && 'EventSource' in window; return isEventSourceAvailable; } exports.isNativeEventSourceAvailable = isNativeEventSourceAvailable; //# sourceMappingURL=utils.js.map