• Assembles the arguments of template tag function in the same manner as a template literal does – think “cooked” version of String.raw. Alas, this functionality is not exposed by JavaScript’s standard library.

    Parameters

    • templateStrings: TemplateStringsArray
    • ...substitutions: unknown[]

    Returns string