gmod-typescript icon indicating copy to clipboard operation
gmod-typescript copied to clipboard

`hook.Run()` has incorrect type

Open dhkatz opened this issue 2 years ago • 0 comments

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

dhkatz avatar Dec 23 '22 22:12 dhkatz