Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TemplateBuilder<T>

Type parameters

  • T

Hierarchy

  • TemplateBuilder

Callable

Index

Properties

Properties

ast

ast: { (tpl: string, opts?: TemplateBuilderOptions): T; (tpl: TemplateStringsArray, ...args: any[]): T }

Type declaration