| 8 | } |
| 9 | |
| 10 | export interface TemplateVariables { |
| 11 | [key:string]: any |
| 12 | } |
| 13 | |
| 14 | export class DOMRenderer { |
| 15 | constructor(element : HTMLElement, templateVariables?: TemplateVariables); |
nothing calls this directly
no outgoing calls
no test coverage detected