// copied from https://github.com/gfortaine/fetch-event-source with added modifications
export { fetchEventSource, EventStreamContentType } from './fetch';
export type { FetchEventSourceInit } from './fetch';
export type { EventSourceMessage } from './parse';
