We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d29f40 commit 418a7dfCopy full SHA for 418a7df
src/emitter.ts
@@ -12,7 +12,7 @@ type EventName = typeof OpenIMEvent[keyof typeof OpenIMEvent];
12
13
type NativeSubscriptionAndCallbackPair = {
14
subscription: EmitterSubscription;
15
- callback: (...args: any[]) => void;
+ callback: (...args: any) => void;
16
};
17
18
class Emitter implements EmitterInterface {
0 commit comments