@bitbeater/ecma-utils - v2.9.0
    Preparing search index...

    Function templateToString

    • convert a template string to a normal string. example:

      const name = 'world';
      const str = templateToString`hello ${name}!`;
      // str = 'hello world!'

      @param template
      @param expressions
      @

      Parameters

      Returns string