altmp / altv-types

Type definitions for the alt:V JavaScript modules.
https://www.npmjs.com/~vadzz
MIT License
31 stars 74 forks source link

Added required argument to alt.log #299

Closed WelaurS closed 7 months ago

WelaurS commented 7 months ago

Expected behavior: TypeScript will highlight an error if the arguments are empty

Current behavior: TypeScript allows the use of empty arguments, resulting in an exception being thrown during execution

xLuxy commented 7 months ago

Could you please also do it for the other log methods?

xxshady commented 7 months ago

Thanks for improving type safety ❤️