Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export interface WaitForFilter #289

Open
lights0123 opened this issue Jul 11, 2022 · 1 comment
Open

Export interface WaitForFilter #289

lights0123 opened this issue Jul 11, 2022 · 1 comment
Labels
Bug Typescript Related to typescript definitions and integration

Comments

@lights0123
Copy link

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

Otherwise, some TypeScript versions report this error when exporting a EventEmitter2:

error TS4082: Default export of the module has or is using private name 'WaitForFilter'.
@RangerMauve
Copy link
Contributor

A pull request that updates the TS definition would be very much welcome. 😁

@RangerMauve RangerMauve added Bug Typescript Related to typescript definitions and integration labels Jul 12, 2022
@raviteja83 raviteja83 mentioned this issue Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Typescript Related to typescript definitions and integration
Projects
None yet
Development

No branches or pull requests

2 participants