Closed WelaurS closed 9 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
Could you please also do it for the other log methods?
Thanks for improving type safety ❤️
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