Skip to content

Commit

Permalink
fixes EventEmitter import
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisC committed Jul 10, 2024
1 parent 78c1c88 commit 66d3ed1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/shared/iterate-emitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
* @module shared
*/

import { EventEmitter } from 'events';

/**
* @param {EventEmitter} emitter
* @param {import("events").EventEmitter} emitter
* @param {string} nextEvent
* @param {string} [completeEvent]
* @param {string} [errorEvent]
Expand Down

0 comments on commit 66d3ed1

Please sign in to comment.