UNPKG

eventsource

Version:

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

4 lines (3 loc) 145 B
export {ErrorEvent} from './errors.ts' export {EventSource, type EventSourceConstructor} from './EventSource.ts' export type * from './types.ts'