Although there were updates in the repository
#16
I still see that the released packages uses old type definitions
/**
* Hooks an event to the client.
*/
on(event: EmitterEvents | string, callback: (args?: any) => void): Emitter;
/**
* Unhooks an event from the client.
*/
off(event: EmitterEvents | string, callback: (args?: any) => void): Emitter;
Can you release the new version of the package?
Although there were updates in the repository
#16
I still see that the released packages uses old type definitions
Can you release the new version of the package?