Skip to content

Commit

Permalink
Export the OmnipresentEventData typo (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
beckend committed Feb 5, 2022
1 parent de3d78d commit 3e5bd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -14,7 +14,7 @@ type DatalessEventNames<EventData> = {

declare const listenerAdded: unique symbol;
declare const listenerRemoved: unique symbol;
type OmnipresentEventData = {[listenerAdded]: Emittery.ListenerChangedData; [listenerRemoved]: Emittery.ListenerChangedData};
export type OmnipresentEventData = {[listenerAdded]: Emittery.ListenerChangedData; [listenerRemoved]: Emittery.ListenerChangedData};

/**
Emittery can collect and log debug information.
Expand Down

0 comments on commit 3e5bd10

Please sign in to comment.