gmod-typescript
gmod-typescript copied to clipboard
`hook.Run()` has incorrect type
The hook.Run() function is currently typed as Run(): void when it should be Run(eventName: string, ...args: any[]): any