Determines whether or not the input is a valid TemplateStringsArray.
Parameters
input: unknown
The input to check
Returns inputisTemplateStringsArray
true if the input is a valid TemplateStringsArray, and false otherwise. The type of the input will also be narrowed down to TemplateStringsArray if true.
Determines whether or not the input is a valid
TemplateStringsArray.