Skip to content

Commit

Permalink
refactor: comment on event-source
Browse files Browse the repository at this point in the history
  • Loading branch information
Tymek committed Feb 4, 2025
1 parent cdc379e commit cfaa469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/event-source.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { EventSource as moduleToPatch } from 'launchdarkly-eventsource';

export const EventSource = moduleToPatch;
export const EventSource = moduleToPatch; // Re-export from .js file, because the original module doesn't have types

0 comments on commit cfaa469

Please sign in to comment.