Closed karosi12 closed 3 years ago
EventEmitter should be imported rather than using the required, these cause a lot of issues when transpiling from ts to js.
What issues? Importing eventemitter as a default export is valid.
EventEmitter should be imported rather than using the required, these cause a lot of issues when transpiling from ts to js.