@alanscodelog/utils
    Preparing search index...

    Function evalTemplateString

    • Evals the arguments you get when using a template tag function.

      Useful when we want a template tag function to operate on the final value (e.g. adding/removing indentation).

      Parameters

      • template: TemplateStringsArray
      • substitutions: any[]

      Returns string