(file: string, data?: Record<string, any>, options?: TemplateEngineOptions<O>)
| 39 | location(url: string): Response |
| 40 | links(links: { [key: string]: string }): Response |
| 41 | render(file: string, data?: Record<string, any>, options?: TemplateEngineOptions<O>): Response |
| 42 | vary(field: string): Response |
| 43 | format(obj: FormatProps): Response |
| 44 | redirect(url: string, status?: number): Response |
no outgoing calls
no test coverage detected