| 22 | lineEnd(): void; |
| 23 | } |
| 24 | export class TextRenderer extends DOMRenderer implements IRender { |
| 25 | sanitize(html: string): string; |
| 26 | lineBegin(line:TimedLine): void; |
| 27 | lineEnd(): void; |
| 28 | } |
| 29 | |
| 30 | export function TemplateRenderer(template: string, args: TemplateVariables): string; |
nothing calls this directly
no outgoing calls
no test coverage detected