⚠️ Internal: This API is not publically exported by the package.

      Interface TemplateLiteral

      Since

      1.0.0

      interface TemplateLiteral {
          _tag: "TemplateLiteral";
          annotations: Annotations;
          head: string;
          spans: readonly [TemplateLiteralSpan, TemplateLiteralSpan];
      }

      Hierarchy

      Properties

      _tag: "TemplateLiteral"
      annotations: Annotations
      head: string