-
@typescript feature request, type error whenever I'm at risk of printing "[object Object]". It's so easy to make this mistake with
Hello, ${someThing}
and TS does nothing to stop it. At least require an explicit.toString()
? Might be available in a lint check somewhere.