lolleko / gmod-typescript

Tool to generate typescript definitions for garrysmod.
MIT License
21 stars 8 forks source link

`hook.Run()` has incorrect type #12

Open dhkatz opened 1 year ago

dhkatz commented 1 year ago

The hook.Run() function is currently typed as Run(): void when it should be Run(eventName: string, ...args: any[]): any