Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Nov 12, 2024
1 parent 4295a1b commit 5867665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/enhancedEvents.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { EventEmitter, once } from 'node:events';

export type Events = Record<string, any[]>;
type Events = Record<string, any[]>;

export class EnhancedEventEmitter<
E extends Events = Events,
Expand Down

0 comments on commit 5867665

Please sign in to comment.