UNPKG

@splitsoftware/splitio

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