-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Fix support for typed subscriptions for multiple event names for .on()
#84
Fix support for typed subscriptions for multiple event names for .on()
#84
Conversation
Can you add it to all the methods that accept it? See: https://github.com/sindresorhus/emittery/pull/82/files |
I'm unsure about how to add the tests. But I added the type into the other methods |
They need to be tested for this to be merged. |
Tests added! |
Tests are failing. Please always run |
I'm getting issues with pEvent compatibility, the emitter in pEvent don't expect the emitter methods to receive an array |
.on()
Closes #82