Skip to content

Commit

Permalink
fix: Fixed eventEmitter export
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Jul 12, 2022
1 parent b445c34 commit 2532a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eventEmitter/eventEmitter.ts
Expand Up @@ -31,7 +31,7 @@ import {

exports.EventEmitter = EventEmitter2;

interface WaitForFilter {
export interface WaitForFilter {
(...values: any[]): boolean;
}

Expand Down

0 comments on commit 2532a20

Please sign in to comment.