//// [templateStringInTypeAssertion.ts] var x = `abc${ 123 }def`; //// [templateStringInTypeAssertion.js] var x = ("abc" + 123 + "def");