UNPKG

@splitsoftware/splitio

Version:
4 lines (3 loc) 109 B
export function getEventSource() { return typeof EventSource === 'function' ? EventSource : undefined; }