Open
Description
Although there were updates in the repository
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?
Metadata
Metadata
Assignees
Labels
No labels