TS2507
error TS2507: Type ‘
typeof EventEmitter
‘ is not a constructor function type.
Error happened when importing the exported class in another project.
Broken Code ❌
1 |
|
Fixed Code ✔️
1 |
|
error TS2507: Type ‘
typeof EventEmitter
‘ is not a constructor function type.
Error happened when importing the exported class in another project.
1 |
|
1 |
|