UNPKG

eventsource

Version:

WhatWG/W3C compliant EventSource client for Node.js and browsers

4 lines 187 B
export { ErrorEvent } from './errors.ts'; export { EventSource, type EventSourceConstructor } from './EventSource.ts'; export type * from './types.ts'; //# sourceMappingURL=index.d.ts.map