What does `TemplateStringsArray` represent in TypeScript tagged template literals?

TypeScript Professional Hard

TypeScript Professional — Hard

What does `TemplateStringsArray` represent in TypeScript tagged template literals?

Key points

  • `TemplateStringsArray` contains raw and cooked string parts
  • It is specific to tag functions in TypeScript
  • Helps in manipulating template literal values efficiently

Ready to go further?

Related questions